Skip to content

Commit ad47d2a

Browse files
committed
gha: update to macOS 13, add macOS 14 arm64 (Apple Silicon M1)
Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit 9617e8d) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a2a0fb7 commit ad47d2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
os:
49-
- macos-12
49+
- macos-13 # macOS 13 on Intel
50+
- macos-14 # macOS 14 on arm64 (Apple Silicon M1)
5051
# - 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
5152
steps:
5253
-

0 commit comments

Comments
 (0)