Skip to content

Commit

Permalink
try ubuntu actually
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutbeckers authored May 13, 2024
1 parent e6ed050 commit 8a44ffb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pre-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# run: ./gradlew preMerge --continue

test_android:
runs-on: [ macos-14 ]
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:
path: |
~/.android/avd/*
~/.android/adb*
key: avd.v1-34
key: avd.v2-34

- name: Create AVD and generate snapshot for caching
if: steps.avd-cache.outputs.cache-hit != 'true'
Expand All @@ -53,7 +53,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
arch: arm64-v8a
arch: x86_64
disk-size: 3G
ram-size: 3G
heap-size: 1500M
Expand All @@ -75,7 +75,7 @@ jobs:
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -no-snapshot-save -noaudio -no-boot-anim -camera-back none
disable-animations: true
arch: arm64-v8a
arch: x86_64
disk-size: 3G
ram-size: 3G
heap-size: 1500M
Expand Down

0 comments on commit 8a44ffb

Please sign in to comment.