We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652c544 commit 17d806eCopy full SHA for 17d806e
.github/workflows/continuous-integration-workflow.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v2
17
- name: Select Xcode 16.1
18
- run: sudo xcode-select -s /Applications/Xcode-16.1.app
+ run: sudo xcode-select -s /Applications/Xcode_16.1.app
19
- name: Run tests
20
run: swift test
0 commit comments