Skip to content

Commit fe3f4ff

Browse files
committed
update xcode on ci
1 parent fa1e2b8 commit fe3f4ff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
command: [test, '']
2323
platform: [IOS, MACOS]
24-
xcode: ['16.2']
24+
xcode: ['16.4']
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Select Xcode ${{ matrix.xcode }}
@@ -49,6 +49,9 @@ jobs:
4949
examples:
5050
name: Examples
5151
runs-on: macos-15
52+
strategy:
53+
matrix:
54+
xcode: ['16.4']
5255
steps:
5356
- uses: actions/checkout@v4
5457
- name: Cache derived data
@@ -60,7 +63,7 @@ jobs:
6063
restore-keys: |
6164
deriveddata-examples-
6265
- name: Select Xcode 16
63-
run: sudo xcode-select -s /Applications/Xcode_16.2.app
66+
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
6467
- name: Update xcbeautify
6568
run: brew update && brew upgrade xcbeautify
6669
- name: Set IgnoreFileSystemDeviceInodeChanges flag

0 commit comments

Comments
 (0)