Revert "Try running iOS CI build under macOS 15 with Xcode 16.4" This reverts commit e87cf7c921de6401435f4b002a0f30027bf6130c as it's insufficient to fix the builds with macOS 15 images, apparently we also need to download iOS SDK. For now just revert to building under macOS 14.
... | ... | @@ -90,8 +90,7 @@ jobs: |
90 | 90 | configuration: 'Release'
|
91 | 91 | project: samples/minimal/minimal_cocoa.xcodeproj
|
92 | 92 | - name: iOS static Debug
|
93 | - runner: macos-15
|
|
94 | - xcode: Xcode_16.4
|
|
93 | + runner: macos-14
|
|
95 | 94 | scheme: 'static'
|
96 | 95 | destination: 'generic/platform=iOS'
|
97 | 96 | arch: x86_64
|
... | ... | @@ -115,10 +114,6 @@ jobs: |
115 | 114 | with:
|
116 | 115 | submodules: recursive
|
117 | 116 | |
118 | - - name: Configure Xcode
|
|
119 | - if: ${{ matrix.xcode }}
|
|
120 | - run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
|
|
121 | - |
|
122 | 117 | - name: Build
|
123 | 118 | run: |
|
124 | 119 | xcodebuild clean build ONLY_ACTIVE_ARCH=NO \
|
—
View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help