Skip to content

Commit

Permalink
Change build to macos-12 to make sure utilities run on macOS 10.9
Browse files Browse the repository at this point in the history
Analyze with latest clang
  • Loading branch information
vit9696 committed Aug 5, 2024
1 parent 747768b commit 9048d01
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 @@ -14,7 +14,7 @@ env:
jobs:
build:
name: Build
runs-on: macos-latest
runs-on: macos-12
env:
JOB_TYPE: BUILD
steps:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

analyze-clang:
name: Analyze Clang
runs-on: macos-12
runs-on: macos-latest
env:
JOB_TYPE: ANALYZE
steps:
Expand Down

0 comments on commit 9048d01

Please sign in to comment.