Skip to content

Commit adb2b92

Browse files
committed
test(ios): pin xcode version until runners have simulators defined
xcode-latest is now 26.1 but there are zero simulators defined for it in the macos hosted runner image, so use 26.0.1 for now
1 parent 72bbef6 commit adb2b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128

129129
- uses: maxim-lobanov/setup-xcode@v1
130130
with:
131-
xcode-version: 'latest-stable'
131+
xcode-version: '26.0.1' # temporarily pinning version until simulators are defined 'latest-stable'
132132

133133
- uses: actions/checkout@v4
134134
with:

0 commit comments

Comments
 (0)