diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f62023a..7c4ff149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ci_scripts/select_xcode.sh b/ci_scripts/select_xcode.sh index 4ff7db9a..f8af1253 100755 --- a/ci_scripts/select_xcode.sh +++ b/ci_scripts/select_xcode.sh @@ -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