Skip to content

Commit c00d498

Browse files
committed
Install Xcode 16.0 for macos-15 images
1 parent 2080515 commit c00d498

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ jobs:
155155
if: contains(matrix.config.name, 'System Deps')
156156
run: brew install flac libvorbis || true
157157

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+
158164
# In addition to installing a known working version of CCache, this action also takes care of saving and restoring the cache for us
159165
# Additionally it outputs information at the end of each job that helps us to verify if the cache is working properly
160166
- name: Setup CCache

0 commit comments

Comments
 (0)