We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cb54c commit 11cd529Copy full SHA for 11cd529
.github/workflows/test.yml
@@ -12,7 +12,7 @@ env:
12
jobs:
13
library-unit:
14
name: Library (Unit Tests)
15
- runs-on: warp-ubuntu-latest-x64-16x
+ runs-on: ubuntu-latest
16
steps:
17
- name: Checkout project sources
18
uses: actions/checkout@v3
@@ -30,7 +30,7 @@ jobs:
30
run: ./gradlew library:testDebug
31
library-integration:
32
name: Library (Integration Tests)
33
- runs-on: warp-ubuntu-latest-arm64-16x
+ runs-on: warp-ubuntu-latest-x64-16x
34
35
- name: Checkout
36
uses: actions/checkout@v4
0 commit comments