We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c743c4 commit cbbe1a3Copy full SHA for cbbe1a3
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
16
- name: xcode-select
17
- run: sudo xcode-select -s /Applications/Xcode_12.3.app
+ run: sudo xcode-select -s /Applications/Xcode.app
18
19
- name: build-ios_system
20
run: swift run --package-path xcfs build
0 commit comments