Skip to content

Commit e287a03

Browse files
committed
ci: update to macos-26 runner image
1 parent ac8d2d1 commit e287a03

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

0 commit comments

Comments
 (0)