Skip to content

Commit cab06df

Browse files
authored
Update ci.yml
1 parent ddf7e03 commit cab06df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- name: Checkout
1717
uses: actions/[email protected]
1818

19+
- name: Select Xcode ${{ matrix.xcode }}
20+
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
21+
1922
- name: Test
2023
run: swift test -v --skip-update --parallel --enable-code-coverage
2124
env:

0 commit comments

Comments
 (0)