Skip to content

Commit cb86308

Browse files
committed
Fixes
1 parent 2e8673a commit cb86308

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/sample-application.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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'
@@ -96,9 +95,6 @@ jobs:
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

0 commit comments

Comments
 (0)