Skip to content

Commit

Permalink
ci: downgrade api level from 33 to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
ujizin committed Dec 27, 2023
1 parent 07f6f64 commit 93c8588
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,14 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [21, 26, 33]
api-level: [21, 26, 29]
include:
- api-level: 21
arch: 'x86'
target: "default"
channel: 'stable'
- api-level: 26
arch: 'x86_64'
target: "default"
channel: 'stable'
- api-level: 33
arch: 'arm64-v8a'
target: "google_apis"
channel: 'canary'
- api-level: 29
arch: 'x86_64'
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -58,7 +52,6 @@ jobs:
target: ${{ matrix.target }}
disable-animations: true
force-avd-creation: false
channel: ${{ matrix.channel }}
emulator-options: -no-window -camera-back emulated -camera-front emulated -gpu swiftshader_indirect -no-boot-anim
script: echo "Generated AVD snapshot for caching."

Expand All @@ -68,7 +61,6 @@ jobs:
api-level: ${{ matrix.api-level }}
arch: ${{ matrix.arch }}
target: ${{ matrix.target }}
channel: ${{ matrix.channel }}
disable-animations: true
force-avd-creation: false
emulator-options: -no-snapshot-save -no-window -camera-back emulated -camera-front emulated -gpu swiftshader_indirect -no-boot-anim
Expand Down

0 comments on commit 93c8588

Please sign in to comment.