Skip to content

Commit c6f8819

Browse files
committed
fix: install iOS platform for Xcode
1 parent 0ad519f commit c6f8819

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ios.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
build-ios:
1919
name: Build for iOS
20+
# TODO(adil192): Change to macos-latest after 30 August 2025 (https://github.com/actions/runner-images/issues/12520)
2021
runs-on: macos-15
2122
timeout-minutes: 60
2223
env:
@@ -37,6 +38,9 @@ jobs:
3738
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'
3839
architecture: x64
3940

41+
- name: Install iOS platform for Xcode
42+
run: xcodebuild -downloadPlatform iOS -version 18.0
43+
4044
- name: Install Codemagic CLI Tools
4145
run: pipx install codemagic-cli-tools
4246

0 commit comments

Comments
 (0)