Skip to content

Commit

Permalink
Bring us into the not so distant past - using api level 31, and NDK 2…
Browse files Browse the repository at this point in the history
…5.2.9519653
  • Loading branch information
nielsenko committed Feb 19, 2024
1 parent a715940 commit dfcaf41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd-29_x64
key: avd-33-x86_64

- name: Create Android Emulator and generate snapshot for caching
if: ${{ steps.avd-cache.outputs.cache-hit != 'true' }}
Expand All @@ -428,9 +428,9 @@ jobs:
force-avd-creation: false
disable-animations: true
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
api-level: 29
api-level: 31
arch: x86_64
ndk: 21.0.6113669
ndk: 25.2.9519653
cmake: 3.10.2.4988404
script: echo "Generated Emulator snapshot for caching."

Expand All @@ -440,9 +440,9 @@ jobs:
force-avd-creation: false
disable-animations: true
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
api-level: 29
api-level: 31
arch: x86_64
ndk: 21.0.6113669
ndk: 25.2.9519653
cmake: 3.10.2.4988404
script: cd packages/realm/tests && flutter test integration_test/all_tests.dart --dart-define=BAAS_BAASAAS_API_KEY=$BAAS_BAASAAS_API_KEY --dart-define=BAAS_DIFFERENTIATOR=$BAAS_DIFFERENTIATOR --file-reporter=json:test-results.json --suppress-analytics

Expand Down

0 comments on commit dfcaf41

Please sign in to comment.