mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
Use normal runner for tests with emulator
See https://github.blog/changelog/2024-04-02-github-actions-hardware-accelerated-android-virtualization-now-available/
This commit is contained in:
2
.github/workflows/test-dev.yml
vendored
2
.github/workflows/test-dev.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user