Skip to content

Commit 1923a1e

Browse files
committed
Add macOS 15 to CI
1 parent fe520a3 commit 1923a1e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ jobs:
1616
- macos-13
1717
# arm
1818
- macos-14
19+
- macos-15
1920
target:
2021
- macos-aarch64-dyn
21-
- macos-x86_64-dyn
2222
- ios-arm64-dyn
2323
- ios-x86_64-dyn
2424
include:
2525
- target: macos-aarch64-dyn
2626
arch_name: arm64-apple-macos
2727
run_test: true
28-
- target: macos-x86_64-dyn
28+
- os: macos-13
29+
target: macos-x86_64-dyn
2930
arch_name: x86_64-apple-darwin
3031
run_test: true
3132
- target: ios-arm64-dyn
@@ -34,9 +35,6 @@ jobs:
3435
- target: ios-x86_64-dyn
3536
arch_name: x86-apple-ios-simulator
3637
run_test: false
37-
exclude:
38-
- target: macos-x86_64-dyn
39-
os: macos-14
4038
runs-on: ${{ matrix.os }}
4139

4240
steps:

0 commit comments

Comments
 (0)