Skip to content

Commit

Permalink
test: Build TestFlight with Xcode 14.2 (#2816)
Browse files Browse the repository at this point in the history
A bug in Fastlane required us to pin to Fastlane to Xcode 14.0.1,
which is fixed: fastlane/fastlane#20910
Now we can build with Xcode 14.2.
  • Loading branch information
philipphofmann authored Mar 21, 2023
1 parent 984eb2d commit cbf6225
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
# Xcode 14.1 has a bug with fastlane see https://github.com/fastlane/fastlane/issues/20910
- run: ./scripts/ci-select-xcode.sh 14.0.1
- run: ./scripts/ci-select-xcode.sh 14.2
- run: bundle install

# We upload a new version to TestFlight on every commit on main
Expand Down

0 comments on commit cbf6225

Please sign in to comment.