We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8683a9 commit bcf0e9cCopy full SHA for bcf0e9c
.github/workflows/deployment.yaml
@@ -38,7 +38,7 @@ jobs:
38
- run: npm run build:${{ matrix.platform }}-safari-15
39
if: ${{ ! github.event.release.prerelease }}
40
- name: Set xcode version
41
- run: sudo xcode-select -s "/Applications/Xcode_26_beta.app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
+ run: sudo xcode-select -s "/Applications/Xcode_26_beta_6.app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
42
- run: xcodebuild -downloadPlatform iOS # Temporary fix for Xcode_26_beta
43
- name: Run fastlane
44
id: fastlane
0 commit comments