We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9da71 commit b492af0Copy full SHA for b492af0
1 file changed
.github/workflows/build.yml
@@ -14,15 +14,15 @@ jobs:
14
with:
15
fetch-depth: 1
16
17
- # - name: Xcode Select Version
18
- # uses: mobiledevops/xcode-select-version-action@v1
19
- # with:
20
- # xcode-select-version: '14.2'
21
-
22
- - name: Select latest Xcode
23
- uses: maxim-lobanov/setup-xcode@v1
24
- with:
25
- xcode-version: '14.2'
+ - name: Xcode Select Version
+ uses: mobiledevops/xcode-select-version-action@v1
+ with:
+ xcode-select-version: '14.2'
+
+# - name: Select latest Xcode
+# uses: maxim-lobanov/setup-xcode@v1
+# with:
+# xcode-version: '14.2'
26
27
- run: cd iosApp
28
- run: xcodebuild -version
0 commit comments