Skip to content

Commit 11cd529

Browse files
committed
try the other linux one
1 parent e9cb54c commit 11cd529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
library-unit:
1414
name: Library (Unit Tests)
15-
runs-on: warp-ubuntu-latest-x64-16x
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout project sources
1818
uses: actions/checkout@v3
@@ -30,7 +30,7 @@ jobs:
3030
run: ./gradlew library:testDebug
3131
library-integration:
3232
name: Library (Integration Tests)
33-
runs-on: warp-ubuntu-latest-arm64-16x
33+
runs-on: warp-ubuntu-latest-x64-16x
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v4

0 commit comments

Comments
 (0)