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 7b8e26b commit 2f37bb7
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 @@ -48,7 +48,7 @@ jobs:

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

Please sign in to comment.