Merge pull request #6530 from thaJeztah/bump_macos
gha: add macOS 15, remove macOS 13 (deprecated)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4c36ceb..97d1a26 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -53,8 +53,9 @@
fail-fast: false
matrix:
os:
- - macos-13 # macOS 13 on Intel
- - macos-14 # macOS 14 on arm64 (Apple Silicon M1)
+ - macos-14 # macOS 14 on arm64 (Apple Silicon M1)
+ - macos-15-intel # macOS 15 on Intel
+ - macos-15 # macOS 15 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:
-