File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1818 XCODE_PROJECT : TablePro.xcodeproj
1919 XCODE_SCHEME : TablePro
2020 BUILD_CONFIGURATION : Release
21+ XCODE_VERSION : ' 16.1'
2122
2223jobs :
2324 lint :
@@ -346,6 +347,12 @@ jobs:
346347
347348 echo "✅ ARM64 dependencies installed"
348349
350+ - name : Select Xcode version
351+ run : |
352+ sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app/Contents/Developer
353+ echo "Selected Xcode version:"
354+ xcodebuild -version
355+
349356 - name : Build ARM64
350357 run : |
351358 chmod +x build-release.sh
@@ -544,6 +551,12 @@ jobs:
544551
545552 echo "✅ x86_64 dependencies installed"
546553
554+ - name : Select Xcode version
555+ run : |
556+ sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app/Contents/Developer
557+ echo "Selected Xcode version:"
558+ xcodebuild -version
559+
547560 - name : Build x86_64
548561 run : |
549562 chmod +x build-release.sh
You can’t perform that action at this time.
0 commit comments