Skip to content

Commit 5e3c816

Browse files
aykevldeadprogram
authored andcommitted
ci: use macos-13 instead of macos-12 for amd64 builds
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.
1 parent 951e50c commit 5e3c816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
name: build-macos
1717
strategy:
1818
matrix:
19-
# macos-12: amd64 (oldest supported version as of 05-02-2024)
19+
# macos-13: amd64 (oldest supported version as of 18-10-2024)
2020
# macos-14: arm64 (oldest arm64 version)
21-
os: [macos-12, macos-14]
21+
os: [macos-13, macos-14]
2222
include:
23-
- os: macos-12
23+
- os: macos-13
2424
goarch: amd64
2525
- os: macos-14
2626
goarch: arm64

0 commit comments

Comments
 (0)