We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbaf7a commit 2c6654dCopy full SHA for 2c6654d
1 file changed
.github/workflows/e2e_ios.yml
@@ -14,7 +14,7 @@ concurrency:
14
15
jobs:
16
e2e-ios:
17
- runs-on: macos-latest
+ runs-on: macos-26-arm64
18
timeout-minutes: 30
19
steps:
20
- name: Checkout react-native-update
@@ -47,7 +47,7 @@ jobs:
47
- name: Setup Xcode
48
uses: maxim-lobanov/setup-xcode@v1
49
with:
50
- xcode-version: latest-stable
+ xcode-version: '26.5'
51
52
- name: Install applesimutils
53
run: HOMEBREW_NO_AUTO_UPDATE=1 brew tap wix/brew && HOMEBREW_NO_AUTO_UPDATE=1 brew install applesimutils
0 commit comments