Skip to content

Commit 165d0fa

Browse files
committed
Bump runner xcode to 26.2
1 parent 591f3d9 commit 165d0fa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/pr_ios.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ concurrency:
1111

1212
jobs:
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
@@ -79,9 +80,9 @@ jobs:
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

0 commit comments

Comments
 (0)