diff --git a/.github/workflows/device-tests-android.yml b/.github/workflows/device-tests-android.yml index 953dab0a49..e8c95eed8b 100644 --- a/.github/workflows/device-tests-android.yml +++ b/.github/workflows/device-tests-android.yml @@ -58,8 +58,9 @@ jobs: fail-fast: false matrix: tfm: [net9.0] - # We run against both an older and a newer API - api-level: [27, 33] + # Must be 34+ for new apps and app updates as of August 31, 2024. + # See https://apilevels.com/ + api-level: [34, 36] env: DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_NOLOGO: 1 @@ -91,7 +92,7 @@ jobs: with: api-level: ${{ matrix.api-level }} # We don't need the Google APIs, but the default images are not available for 32+ - target: ${{ matrix.api-level >= 32 && 'google_apis' || 'default' }} + target: google_apis force-avd-creation: false ram-size: 2048M arch: x86_64