Skip to content

Commit 94c446c

Browse files
committed
add linus runners
1 parent 0ce30fa commit 94c446c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./gradlew library:testDebug
3131
library-integration:
3232
name: Library (Integration Tests)
33-
runs-on: warp-ubuntu-latest-x64-16x
33+
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v4
@@ -53,6 +53,6 @@ jobs:
5353
- name: Gradle Run Integration Tests
5454
uses: reactivecircus/android-emulator-runner@v2
5555
with:
56-
api-level: 27
56+
api-level: 29
5757
script: ./gradlew connectedCheck
5858

10.6 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)