We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb92e33 commit 207fc52Copy full SHA for 207fc52
.github/workflows/build-apple.yml
@@ -18,9 +18,7 @@ jobs:
18
# This seems to be related to https://github.com/actions/runner-images/issues/12758
19
- name: Xcode setup
20
run: |
21
- sudo xcodebuild -license accept
22
- sudo xcode-select --install
23
- sudo xcodebuild -downloadPlatform iOS
+ sudo xcode-select --switch /Applications/Xcode_16.4.app
24
25
- name: Common flutter setup
26
uses: ./.github/actions/flutter-common
@@ -51,9 +49,7 @@ jobs:
51
49
52
50
53
54
55
56
57
58
- name: Build .xcarchive
59
0 commit comments