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: https://github.com/actions/runner-images/issues/10721

The next one is macos-13, which is still amd64.
This commit is contained in:
Ayke van Laethem
2024-10-18 12:43:26 +02:00
committed by Ron Evans
parent 951e50c06f
commit 5e3c816373
+3 -3
View File
@@ -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