Merge pull request #5677 from austinvazquez/cherry-pick-9617e8d0ce8ef7d38bd2291eb7ba0da1a05fabc5-to-25.0

[25.0] gha: update to macOS 13, add macOS 14 arm64 (Apple Silicon M1)
This commit is contained in:
Sebastiaan van Stijn 2024-12-07 10:15:42 +01:00 committed by GitHub
commit ecccbb4e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ jobs:
fail-fast: false
matrix:
os:
- macos-12
- macos-13 # macOS 13 on Intel
- macos-14 # macOS 14 on arm64 (Apple Silicon M1)
# - windows-2022 # FIXME: some tests are failing on the Windows runner, as well as on Appveyor since June 24, 2018: https://ci.appveyor.com/project/docker/cli/history
steps:
-