Skip to content

Commit

Permalink
Upgrade to Xcode 16.2 for testflight builds
Browse files Browse the repository at this point in the history
This should fix the warning about building without iOS 18 SDK.
  • Loading branch information
krystofwoldrich authored Feb 26, 2025
1 parent 90afe02 commit 2d75b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh 15.2
- run: ./scripts/ci-select-xcode.sh 16.2
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
Expand Down

0 comments on commit 2d75b26

Please sign in to comment.