File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ concurrency:
1111
1212jobs :
1313 build :
14- runs-on : macos-14
14+ if : github.event.pull_request.draft == false
15+ runs-on : macos-15
1516 strategy :
1617 fail-fast : false
1718 matrix :
18- xcode_version : [ '16.1 .0' ]
19+ xcode_version : [ '26.2 .0' ]
1920 newArchEnabled : [ 1 ]
2021 platform : [iOS, tvOS]
2122 name : Build for ${{ matrix.platform }} using XCode version ${{ matrix.xcode_version }} and ${{matrix.newArchEnabled == 1 && 'New' || 'Old' }} Architecture
7980 - name : Start iOS simulator
8081 uses : futureware-tech/simulator-action@v4
8182 with :
82- model : ${{ matrix.platform == 'iOS' && 'iPhone 15 ' || 'Apple TV' }}
83+ model : ${{ matrix.platform == 'iOS' && 'iPhone 17 ' || 'Apple TV' }}
8384 os : ${{ matrix.platform }}
84- os_version : ' >=15.0 '
85+ os_version : ' >=26.2 '
8586
8687 - name : Run e2e tests
8788 working-directory : apps/e2e
You can’t perform that action at this time.
0 commit comments