Skip to content

Commit 4578501

Browse files
committed
Bump CI
1 parent e801a0d commit 4578501

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- debug
2222
- release
2323
xcode:
24-
- '16.2'
24+
- '16.4'
2525
name: macOS 15
2626
runs-on: macos-15
2727
steps:
@@ -31,31 +31,13 @@ jobs:
3131
- name: Run tests
3232
run: make test-${{ matrix.config }}
3333

34-
macos-14:
35-
strategy:
36-
matrix:
37-
config:
38-
- debug
39-
- release
40-
xcode:
41-
- 15.2
42-
- 15.4
43-
name: macOS 14
44-
runs-on: macos-14
45-
steps:
46-
- uses: actions/checkout@v4
47-
- name: Select Xcode
48-
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
49-
- name: Run tests
50-
run: make test-${{ matrix.config }}
51-
5234
library-evolution:
5335
name: Library evolution
5436
runs-on: macos-15
5537
steps:
5638
- uses: actions/checkout@v4
5739
- name: Select Xcode
58-
run: sudo xcode-select -s /Applications/Xcode_16.2.app
40+
run: sudo xcode-select -s /Applications/Xcode_16.4.app
5941
- name: Run tests
6042
run: make build-for-library-evolution
6143

@@ -66,7 +48,7 @@ jobs:
6648
- Debug
6749
- Release
6850
xcode:
69-
- '16.2'
51+
- '16.4'
7052
name: Examples
7153
runs-on: macos-15
7254
steps:

0 commit comments

Comments
 (0)