You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ jobs:
45
45
fail-fast: false
46
46
matrix:
47
47
os:
48
-
- macos-12
48
+
- macos-13 # macOS 13 on Intel
49
+
- macos-14 # macOS 14 on arm64 (Apple Silicon M1)
49
50
# - 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
0 commit comments