Skip to content

Commit

Permalink
Chore: use XCode 16.0 to build for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ivard committed Nov 8, 2024
1 parent 4a67d87 commit 50fbc57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Changed
- Upgrade Flutter to 3.24.6
- Upgrade XCode to 16.1
- Upgrade XCode to 16.0
- Use Java 17 to build for Android

## [7.5.6] - 2024-07-22
Expand Down
2 changes: 1 addition & 1 deletion ci_scripts/select_xcode.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euxo pipefail

XCODE_VERSION="16.1"
XCODE_VERSION="16.0"

# Location is based on the Xcode versions bundled with the macOS runners in GitHub Actions.
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#xcode
Expand Down

0 comments on commit 50fbc57

Please sign in to comment.