Skip to content

Commit

Permalink
ci: use macos-13 instead of macos-12 for amd64 builds
Browse files Browse the repository at this point in the history
The macos-12 runner is being deprecated, so we have to switch to a new
runner: actions/runner-images#10721

The next one is macos-13, which is still amd64.
  • Loading branch information
aykevl authored and deadprogram committed Oct 19, 2024
1 parent 951e50c commit 5e3c816
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
name: build-macos
strategy:
matrix:
# macos-12: amd64 (oldest supported version as of 05-02-2024)
# macos-13: amd64 (oldest supported version as of 18-10-2024)
# macos-14: arm64 (oldest arm64 version)
os: [macos-12, macos-14]
os: [macos-13, macos-14]
include:
- os: macos-12
- os: macos-13
goarch: amd64
- os: macos-14
goarch: arm64
Expand Down

0 comments on commit 5e3c816

Please sign in to comment.