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 committed Aug 5, 2024
1 parent e76b192 commit b190598
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 @@ -45,7 +45,7 @@ jobs:

analyze-clang:
name: Analyze Clang
runs-on: macos-12
runs-on: macos-latest
env:
JOB_TYPE: ANALYZE
steps:
Expand All @@ -63,7 +63,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 b190598

Please sign in to comment.