gha: update to macOS 13, add macOS 14 arm64 (Apple Silicon M1)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 9617e8d0ce8ef7d38bd2291eb7ba0da1a05fabc5)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
Sebastiaan van Stijn 2024-07-19 13:03:53 +02:00 committed by Austin Vazquez
parent a34ca56d30
commit 09b43d5ed9
No known key found for this signature in database
GPG Key ID: F769BEB52D074D32

View File

@ -45,7 +45,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: 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 # - 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: steps:
- -