Skip to content

Commit 258956b

Browse files
authored
fix(ci): Select Xcode 16.4 in combine workflow (#15224)
1 parent f2d5abe commit 258956b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/combine.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767

6868
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
6969

70+
- name: Xcode
71+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
72+
7073
- name: Install xcpretty
7174
run: gem install xcpretty
7275

@@ -88,6 +91,8 @@ jobs:
8891
with:
8992
cache_key: ${{ matrix.os }}
9093
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
94+
- name: Xcode
95+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
9196
- name: Setup Bundler
9297
run: scripts/setup_bundler.sh
9398
- name: Install xcpretty

0 commit comments

Comments
 (0)