Skip to content

Commit

Permalink
Switch to legacy macOS version to support 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 authored Aug 5, 2024
1 parent 9a144c7 commit 1c2c687
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 @@ -13,7 +13,7 @@ env:
jobs:
build:
name: Build
runs-on: macos-latest
runs-on: macos-12
env:
JOB_TYPE: BUILD
steps:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
analyze-clang:
name: Analyze Clang
runs-on: macos-latest
runs-on: macos-12
env:
JOB_TYPE: ANALYZE
steps:
Expand All @@ -113,7 +113,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 1c2c687

Please sign in to comment.