Skip to content

Commit 4d393e8

Browse files
committed
ci: use xcode 26 for e2e jobs
1 parent 2ad3539 commit 4d393e8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ jobs:
130130
node-version: '24.10.0'
131131
cache: 'pnpm'
132132

133+
- name: Setup Xcode 26
134+
uses: maxim-lobanov/setup-xcode@v1
135+
with:
136+
xcode-version: '26.0'
137+
133138
- name: Install Watchman
134139
run: brew install watchman
135140

@@ -370,6 +375,11 @@ jobs:
370375
node-version: '24.10.0'
371376
cache: 'pnpm'
372377

378+
- name: Setup Xcode 26
379+
uses: maxim-lobanov/setup-xcode@v1
380+
with:
381+
xcode-version: '26.0'
382+
373383
- name: Install Watchman
374384
run: brew install watchman
375385

0 commit comments

Comments
 (0)