Skip to content

Commit 17d806e

Browse files
authored
testing foldername pattern
1 parent 652c544 commit 17d806e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717
- name: Select Xcode 16.1
18-
run: sudo xcode-select -s /Applications/Xcode-16.1.app
18+
run: sudo xcode-select -s /Applications/Xcode_16.1.app
1919
- name: Run tests
2020
run: swift test

0 commit comments

Comments
 (0)