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 0ad519f commit c6f8819Copy full SHA for c6f8819
.github/workflows/ios.yml
@@ -17,6 +17,7 @@ on:
17
jobs:
18
build-ios:
19
name: Build for iOS
20
+ # TODO(adil192): Change to macos-latest after 30 August 2025 (https://github.com/actions/runner-images/issues/12520)
21
runs-on: macos-15
22
timeout-minutes: 60
23
env:
@@ -37,6 +38,9 @@ jobs:
37
38
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'
39
architecture: x64
40
41
+ - name: Install iOS platform for Xcode
42
+ run: xcodebuild -downloadPlatform iOS -version 18.0
43
+
44
- name: Install Codemagic CLI Tools
45
run: pipx install codemagic-cli-tools
46
0 commit comments