Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update android-smoke-test.yml #1865

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lucas-zimerman
Copy link
Collaborator

@lucas-zimerman lucas-zimerman commented Oct 27, 2024

We cannot run a VM(android emulator) inside a VM on M1, M2 macs.

M3 macs with OSX15 (upcoming), will allow nested virtualisation - forum.parallels.com/threads/macos-15-sequoia-nested-virtualization-for-m3-macs.364397

So for the time being, we should stick with the older macos version and bump to macos-latest once the new VMs are released.

Close #1811

#skip-changelog.

@lucas-zimerman lucas-zimerman marked this pull request as ready for review October 28, 2024 00:24
@@ -19,7 +19,7 @@ on:
jobs:
run:
name: try-${{ inputs.try }}
runs-on: macos-latest
runs-on: macos-13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But based on this comment 13 & 14 do not allow the VM within a VM.

Was there a reason the Android tests need to run on macOS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android smoketests not running
2 participants