aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/CI.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 177ee90..6706475 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -137,10 +137,14 @@ jobs:
strategy:
matrix:
platform:
- - runner: macos-13
- target: x86_64
- runner: macos-14
target: aarch64
+ - runner: macos-14
+ target: x86_64
+ - runner: macos-15
+ target: x86_64
+ - runner: macos-15
+ target: aarch64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5