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 8e214da commit 0be5e5bCopy full SHA for 0be5e5b
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ env:
16
jobs:
17
build-rust:
18
name: Build aw-server-rust
19
- runs-on: ubicloud
+ runs-on: ubicloud-standard-8
20
steps:
21
- uses: actions/checkout@v3
22
with:
@@ -134,7 +134,7 @@ jobs:
134
135
build-apk:
136
name: Build ${{ matrix.type }}
137
- runs-on: ubuntu-20.04
+ runs-on: ubicloud-standard-4
138
needs: [build-rust, get-versionCode]
139
strategy:
140
fail-fast: true
@@ -284,7 +284,7 @@ jobs:
284
needs: [build-rust]
285
#if: false # disabled
286
#runs-on: "macos-12" # macOS-latest
287
288
env:
289
MATRIX_E_SDK: ${{ matrix.android_emu_version }}
290
MATRIX_AVD: ${{ matrix.android_avd }}
0 commit comments