Skip to content

Commit

Permalink
using correct runner on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Jul 9, 2024
1 parent 52d3b96 commit a039b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ jobs:
strategy:
fail-fast: false

runs-on: ubuntu-latest-arm64 # android emulator does not run on arm64 - https://github.com/ReactiveCircus/android-emulator-runner/issues/350
runs-on: linux-arm64-small # android emulator does not run on arm64 - https://github.com/ReactiveCircus/android-emulator-runner/issues/350
needs: [check-cache, build-android-packages, build-jvm-packages, build-kotlin-metadata-package]
if: |
always() &&
Expand Down

0 comments on commit a039b51

Please sign in to comment.