We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3f49e commit 341ac87Copy full SHA for 341ac87
1 file changed
.github/workflows/ci.yml
@@ -25,12 +25,12 @@ jobs:
25
matrix:
26
include:
27
- os: macos-13
28
- xcode: 14.3 # Swift 5.8
+ xcode: 14.3.1 # Swift 5.8.1
29
30
- xcode: '15.0' # Swift 5.9
+ xcode: '15.2' # Swift 5.9.2
31
runs-on: ${{ matrix.os }}
32
steps:
33
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
34
- name: Select Xcode ${{ matrix.xcode }}
35
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
36
- name: Run Tests
0 commit comments