Use latest stable xcode

See https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
This commit is contained in:
Roland Geider
2026-01-29 14:22:43 +01:00
parent 749c049bdf
commit fac50b90c7

View File

@@ -15,12 +15,10 @@ jobs:
with:
ref: ${{ inputs.ref }}
# This seems to be related to https://github.com/actions/runner-images/issues/12758
# Select appropriate Xcode version from
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
- name: Xcode setup
run: |
sudo xcode-select --switch /Applications/Xcode_16.4.app
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Common flutter setup
uses: ./.github/actions/flutter-common