File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 strategy :
1010 matrix : # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
1111 platform : [mac, ios]
12- runs-on : macos-15 # https://github.com/actions/runner-images
12+ runs-on : macos-26 # https://github.com/actions/runner-images
1313 steps :
1414 - uses : actions/checkout@v4 # https://github.com/actions/checkout
1515 with :
@@ -37,10 +37,10 @@ jobs:
3737 if : ${{ github.event.release.prerelease }}
3838 - run : npm run build:${{ matrix.platform }}-safari-15
3939 if : ${{ ! github.event.release.prerelease }}
40- - name : Set xcode version
41- 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- if : matrix.platform == 'ios'
40+ # - name: Set xcode version
41+ # run: sudo xcode-select -s "/Applications/Xcode_26.1.1. app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-26 -arm64-Readme.md#xcode
42+ # - run: xcodebuild -downloadPlatform iOS # Temporary fix for Xcode_26_beta
43+ # if: matrix.platform == 'ios'
4444 - name : Run fastlane
4545 id : fastlane
4646 working-directory : ./fastlane
You can’t perform that action at this time.
0 commit comments