-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Switch to macos-latest (arm64) in ci #12327
Comments
Could you provide more details about the reason you downgraded from Thanks |
We do support Puppeteer on mac arm64 but there are some issues on the Github Actions runners. We had a few test failures in Chrome as seen here https://github.com/puppeteer/puppeteer/actions/runs/9356693211/job/25754758510?pr=12328 (not reproducible on local mac arm64 devices) but also Firefox could not be run on macos-latest for some reason (https://bugzilla.mozilla.org/show_bug.cgi?id=1893921) |
I guess then you recommend downgrading to |
It is probably a good idea for now, once Firefox is able to run on Github Actions runners we would go back to macos-latest. Note that on local macos-14 arm64 devices we do not experience this issue but so far it is not clear what causes it on Github Actions runners. |
@smoya although perhaps you could isolate the failure that you see and file a bug report in case it is happening with Chrome? I am not sure that our test suite has the same failure. |
It might have something to do with the virtualization Github Actions runners use actions/runner-images#9974 (comment) |
See #12326
The text was updated successfully, but these errors were encountered: