We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad3539 commit 4d393e8Copy full SHA for 4d393e8
1 file changed
.github/workflows/e2e-tests.yml
@@ -130,6 +130,11 @@ jobs:
130
node-version: '24.10.0'
131
cache: 'pnpm'
132
133
+ - name: Setup Xcode 26
134
+ uses: maxim-lobanov/setup-xcode@v1
135
+ with:
136
+ xcode-version: '26.0'
137
+
138
- name: Install Watchman
139
run: brew install watchman
140
@@ -370,6 +375,11 @@ jobs:
370
375
371
376
372
377
378
379
380
381
382
373
383
374
384
385
0 commit comments