We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1e2b8 commit fe3f4ffCopy full SHA for fe3f4ff
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
command: [test, '']
23
platform: [IOS, MACOS]
24
- xcode: ['16.2']
+ xcode: ['16.4']
25
steps:
26
- uses: actions/checkout@v4
27
- name: Select Xcode ${{ matrix.xcode }}
@@ -49,6 +49,9 @@ jobs:
49
examples:
50
name: Examples
51
runs-on: macos-15
52
+ strategy:
53
+ matrix:
54
55
56
57
- name: Cache derived data
@@ -60,7 +63,7 @@ jobs:
60
63
restore-keys: |
61
64
deriveddata-examples-
62
65
- name: Select Xcode 16
- run: sudo xcode-select -s /Applications/Xcode_16.2.app
66
+ run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
67
- name: Update xcbeautify
68
run: brew update && brew upgrade xcbeautify
69
- name: Set IgnoreFileSystemDeviceInodeChanges flag
0 commit comments