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 dc5a1dd commit dd947fcCopy full SHA for dd947fc
.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.0.app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode
+ run: sudo xcode-select -s "/Applications/Xcode_26.0.app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
42
- name: Run fastlane
43
id: fastlane
44
working-directory: ./fastlane
0 commit comments