mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Use latest stable xcode
See https://github.com/actions/runner-images/issues/12758#issuecomment-3206748945
This commit is contained in:
8
.github/workflows/build-apple.yml
vendored
8
.github/workflows/build-apple.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user