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 a082295 commit e01ef4dCopy full SHA for e01ef4d
1 file changed
.github/workflows/build.yml
@@ -282,8 +282,9 @@ jobs:
282
test-e2e:
283
name: Test E2E
284
needs: [build-rust]
285
- if: false # disabled
286
- runs-on: "macos-12" # macOS-latest
+ #if: false # disabled
+ #runs-on: "macos-12" # macOS-latest
287
+ runs-on: ubicloud
288
env:
289
MATRIX_E_SDK: ${{ matrix.android_emu_version }}
290
MATRIX_AVD: ${{ matrix.android_avd }}
0 commit comments