We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2080515 commit c00d498Copy full SHA for c00d498
1 file changed
.github/workflows/ci.yml
@@ -155,6 +155,12 @@ jobs:
155
if: contains(matrix.config.name, 'System Deps')
156
run: brew install flac libvorbis || true
157
158
+ - name: Install old Xcode version
159
+ if: matrix.platform.os == 'macos-15' && contains(matrix.platform.name, 'iOS')
160
+ uses: maxim-lobanov/setup-xcode@v1
161
+ with:
162
+ xcode_version: '16.0'
163
+
164
# In addition to installing a known working version of CCache, this action also takes care of saving and restoring the cache for us
165
# Additionally it outputs information at the end of each job that helps us to verify if the cache is working properly
166
- name: Setup CCache
0 commit comments