Skip to content

Commit

Permalink
Update clang and coverity to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vandroiy2013 authored Aug 5, 2024
1 parent cb5fc8a commit 1f86044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
analyze-clang:
name: Analyze Clang
runs-on: macos-12
runs-on: macos-latest
env:
JOB_TYPE: ANALYZE
steps:
Expand All @@ -113,7 +113,7 @@ jobs:

analyze-coverity:
name: Analyze Coverity
runs-on: macos-12
runs-on: macos-latest
env:
JOB_TYPE: COVERITY
if: github.repository_owner == 'acidanthera' && github.event_name != 'pull_request'
Expand Down

0 comments on commit 1f86044

Please sign in to comment.