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 f2d5abe commit 258956bCopy full SHA for 258956b
.github/workflows/combine.yml
@@ -67,6 +67,9 @@ jobs:
67
68
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
69
70
+ - name: Xcode
71
+ run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
72
+
73
- name: Install xcpretty
74
run: gem install xcpretty
75
@@ -88,6 +91,8 @@ jobs:
88
91
with:
89
92
cache_key: ${{ matrix.os }}
90
93
94
95
96
- name: Setup Bundler
97
run: scripts/setup_bundler.sh
98
0 commit comments