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
vandroiy2013 authored May 6, 2024
1 parent 7d98a75 commit fd94078
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 @@ -46,7 +46,7 @@ jobs:

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

Please sign in to comment.