Skip to content

Commit f83a672

Browse files
committed
Fix iOS E2E runners for idb-companion
1 parent 72e8874 commit f83a672

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/e2e-ios-rntester.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
test:
19-
runs-on: macos-15-large
19+
runs-on: macos-26-large
2020
outputs:
2121
status: ${{ steps.report-status.outputs.status }}
2222
strategy:
@@ -37,6 +37,8 @@ jobs:
3737
run: ls -lR /tmp/RNTesterBuild
3838
- name: Setup xcode
3939
uses: ./.github/actions/setup-xcode
40+
with:
41+
xcode-version: '26.0.1'
4042
- name: Run E2E Tests
4143
id: run-tests
4244
continue-on-error: true

.github/workflows/e2e-ios-templateapp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
test:
19-
runs-on: macos-15-large
19+
runs-on: macos-26-large
2020
outputs:
2121
status: ${{ steps.report-status.outputs.status }}
2222
strategy:
@@ -28,6 +28,8 @@ jobs:
2828
uses: actions/checkout@v6
2929
- name: Setup xcode
3030
uses: ./.github/actions/setup-xcode
31+
with:
32+
xcode-version: '26.0.1'
3133
- name: Setup node.js
3234
uses: ./.github/actions/setup-node
3335
- name: Run yarn

0 commit comments

Comments
 (0)