Skip to content

Commit 74e3520

Browse files
authored
Merge pull request #6530 from thaJeztah/bump_macos
gha: add macOS 15, remove macOS 13 (deprecated)
2 parents 886e041 + 91d8c0b commit 74e3520

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
os:
56-
- macos-13 # macOS 13 on Intel
57-
- macos-14 # macOS 14 on arm64 (Apple Silicon M1)
56+
- macos-14 # macOS 14 on arm64 (Apple Silicon M1)
57+
- macos-15-intel # macOS 15 on Intel
58+
- macos-15 # macOS 15 on arm64 (Apple Silicon M1)
5859
# - 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
5960
steps:
6061
-

0 commit comments

Comments
 (0)