From 7b2f14d148a8e9c444467ae82e7ff512f024a31e Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Wed, 3 Apr 2024 12:38:56 +0200 Subject: [PATCH] Use normal runner for tests with emulator See https://github.blog/changelog/2024-04-02-github-actions-hardware-accelerated-android-virtualization-now-available/ --- .github/workflows/test-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index 4bf7d2523..03814e34e 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -45,7 +45,7 @@ jobs: test_on_emulator: name: Tests with emulator - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4