File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,11 @@ jobs:
5353 build-type : ['dev', 'production']
5454 include :
5555 - platform : ios
56- xcode-version : ' 26'
57- runs-on : macos-15
56+ runs-on : ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
5857 - platform : macos
59- runs-on : macos-15
58+ runs-on : ["ghcr.io/cirruslabs/ macos-tahoe-xcode:26.2.0", "runner_group_id:12"]
6059 - platform : android
61- runs-on : ubuntu-latest
60+ runs-on : ["ghcr.io/cirruslabs/ ubuntu-runner-amd64:22.04", "runner_group_id:12"]
6261 exclude :
6362 - platform : ' android'
6463 ios-use-frameworks : ' dynamic-frameworks'
9695 - name : Gradle cache
9796 uses : gradle/gradle-build-action@v3
9897
99- - run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode-version }}.app/Contents/Developer
100- if : ${{ matrix.platform == 'ios' }}
101-
10298 - name : Setup Global Xcode Tools
10399 if : ${{ matrix.platform == 'ios' }}
104100 run : which xcbeautify || brew install xcbeautify
You can’t perform that action at this time.
0 commit comments