Skip to content

Commit

Permalink
Switch to macOS 12 from latest, which is now macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 6, 2024
1 parent 8ee0c0d commit 60b289e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-latest
runs-on: macos-12
env:
JOB_TYPE: ANALYZE
steps:
Expand All @@ -70,7 +70,7 @@ jobs:

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

0 comments on commit 60b289e

Please sign in to comment.