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.
2 parents 885c149 + 805e735 commit f792895Copy full SHA for f792895
.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_15.4.app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode
+ run: sudo xcode-select -s "/Applications/Xcode_16.2.app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md#xcode
42
- name: Run fastlane
43
id: fastlane
44
working-directory: ./fastlane
0 commit comments