We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da4011 commit 4c7db57Copy full SHA for 4c7db57
1 file changed
.github/workflows/e2e-v2.yml
@@ -331,7 +331,9 @@ jobs:
331
include:
332
- platform: ios
333
rn-version: '0.83.0'
334
- runs-on: ["ghcr.io/cirruslabs/macos-tahoe-xcode:26.0.1", "runner_group_id:12"]
+ # there is an issue with running certain maestro tests on Cirrus Labs runners,
335
+ # that's why those run on GH runners now
336
+ runs-on: macos-26
337
- platform: android
338
runs-on: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04", "runner_group_id:12"]
339
0 commit comments