diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 1a381b3b..c1d7e7a8 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -65,13 +65,13 @@ jobs: path: | ~/.android/avd/* ~/.android/adb* - key: avd-29 + key: avd-34 - name: 🤖 Cache AVD Snapshot if: steps.avd-cache.outputs.cache-hit != 'true' uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 34 arch: x86_64 force-avd-creation: false emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none @@ -81,7 +81,7 @@ jobs: - name: 🧪 Run Patch E2E Tests uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 29 + api-level: 34 arch: x86_64 script: ./scripts/patch_e2e.sh ${{ matrix.flutter-version }}