## What would you like? Support updating Chrome on the runner image `windows-11-arm` from https://github.com/actions/partner-runner-images. ## Why is this needed? - `uses: browser-actions/setup-chrome@v1` on `windows-11-arm` results in the error > Error: Unsupported platform "windows" "arm64" - The runner image `windows-11-arm` has been published with the outdated Chrome browser version `133.0.6943.127` https://github.com/actions/partner-runner-images/issues/80 ```text Chrome - Name: chrome - Channel: stable - Version: 133.0.6943.127 - Executable: C:\Program Files\Google\Chrome\Application\chrome.exe ``` - The current version of Chrome on Windows 11 is Version 137.0.7151.120 (Official Build) (64-bit) - Cypress [supports](https://docs.cypress.io/app/references/launching-browsers#Browser-versions-supported) only the latest 3 major browser versions (currently Chrome 137, 136 and 135) - It is therefore not possible to set up `windows-11-arm` with Cypress to test a supported version of Chrome
What would you like?
Support updating Chrome on the runner image
windows-11-armfrom https://github.com/actions/partner-runner-images.Why is this needed?
uses: browser-actions/setup-chrome@v1onwindows-11-armresults in the errorThe runner image
windows-11-armhas been published with the outdated Chrome browser version133.0.6943.127https://github.com/actions/partner-runner-images/issues/80The current version of Chrome on Windows 11 is Version 137.0.7151.120 (Official Build) (64-bit)
Cypress supports only the latest 3 major browser versions (currently Chrome 137, 136 and 135)
It is therefore not possible to set up
windows-11-armwith Cypress to test a supported version of Chrome