diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c5489919e..059fe6d81 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,7 +12,7 @@ concurrency: jobs: test_android: - name: Test Android builds + name: Test builds runs-on: macos-latest timeout-minutes: 90 strategy: @@ -56,7 +56,7 @@ jobs: adb -s emulator-5554 emu avd snapshot save ${{ matrix.api-level }}-${{ matrix.arch }}+termux-${{ env.TERMUX }} echo "Emulator image created." pkill -9 qemu-system-x86_64 - - name: Build and Test on Android + - name: Build and Test uses: reactivecircus/android-emulator-runner@v2 with: api-level: ${{ matrix.api-level }}