Skip to content

Commit 50e985e

Browse files
russellwheatleygspencergoog
authored andcommitted
ci(apple): fix CI runners with explicit Xcode version (#17634)
1 parent b3c19a8 commit 50e985e

File tree

4 files changed

+330
-15
lines changed

4 files changed

+330
-15
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
134134
with:
135135
channel: 'stable'
136+
- name: Xcode
137+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
136138
- name: Setup firebase_core example app to test Swift integration
137139
# run this before running melos boostrap to ensure the example app is set up
138140
run: |

.github/workflows/e2e_tests_fdc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
name: Install Node.js 20
101101
with:
102102
node-version: '20'
103+
- name: Xcode
104+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
103105
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
104106
with:
105107
distribution: 'temurin'

.github/workflows/ios.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
name: Install Node.js 20
4040
with:
4141
node-version: '20'
42+
- name: Xcode
43+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
4244
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
4345
with:
4446
distribution: 'temurin'

0 commit comments

Comments
 (0)