Skip to content

Commit

Permalink
No more macos-12 runners, minimum for macos-amd64 is now macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 6, 2024
1 parent 406fc48 commit 593dd01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14 ]
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14 ]
name: [ head, debug ]
include:
- { os: ubuntu-24.04, name: asan }
Expand All @@ -98,7 +98,7 @@ jobs:
id: platform
run: |
platform=${{ matrix.os }}
platform=${platform/macos-12/macos-latest}
platform=${platform/macos-13/macos-latest}
platform=${platform/macos-14/macos-13-arm64}
echo "platform=$platform" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 593dd01

Please sign in to comment.