Skip to content

Commit f98b793

Browse files
authored
Merge pull request #1235 from kiwix/macos-15
Use macos-15 in CI
2 parents d0fb821 + 2b8927e commit f98b793

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,25 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os:
15-
- macos-14
1614
target:
15+
- macos-aarch64-dyn
1716
- macos-x86_64-dyn
1817
- ios-arm64-dyn
1918
- ios-x86_64-dyn
2019
include:
20+
- target: macos-aarch64-dyn
21+
arch_name: arm64-apple-macos
22+
run_test: true
2123
- target: macos-x86_64-dyn
2224
arch_name: x86_64-apple-darwin
2325
run_test: true
2426
- target: ios-arm64-dyn
2527
arch_name: aarch64-apple-ios
26-
run_test: true
28+
run_test: false
2729
- target: ios-x86_64-dyn
2830
arch_name: x86-apple-ios-simulator
29-
run_test: true
30-
runs-on: ${{ matrix.os }}
31+
run_test: false
32+
runs-on: macos-15
3133

3234
env:
3335
HOME: /Users/runner

0 commit comments

Comments
 (0)