Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
name: Build and Release to TestFlight (Public Beta)
needs: version-check
if: needs.version-check.outputs.should_release == 'true'
runs-on: macos-latest
runs-on: macos-26

steps:
- name: Checkout repository at tag
Expand All @@ -98,7 +98,7 @@ jobs:
ref: ${{ needs.version-check.outputs.new_tag }}

- name: Select Xcode version
run: sudo xcode-select -s /Applications/Xcode_16.0.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_26.0.app/Contents/Developer

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -108,7 +108,7 @@ jobs:

- name: Install Fastlane
run: |
gem install fastlane -v 2.226.0
gem install fastlane -v 2.228.0
gem install xcpretty

- name: Setup SSH for Match repository
Expand Down
Loading