Skip to content

Commit

Permalink
[Github Actions@Android] Fix: Use runs-on: macos-13
Browse files Browse the repository at this point in the history
Due to Apple M1 images doesn't support nested virtualization ReactiveCircus/android-emulator-runner#397
  • Loading branch information
guhungry committed Jun 2, 2024
1 parent 9a19ad7 commit d9f756d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
build-android:
name: Build Android
needs: analyse
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Checkout
Expand Down

0 comments on commit d9f756d

Please sign in to comment.