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

[JN-1569] Temporarily pin runner image to ubuntu-22.04 #1390

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

MatthewBemis
Copy link
Member

@MatthewBemis MatthewBemis commented Jan 13, 2025

DESCRIPTION (include screenshots, and mobile screenshots for participant UX)

This is a very temporary fix to get CI working again. Playwright doesn't have the proper dependencies available with ubuntu 24.04, which was just rolled out as the latest version. See breaking changes here: actions/runner-images#10636

The slightly more involved fix is to use ubuntu-latest, update to latest Playwright (and any other dependencies that may be lost/broken), and then fix our Playwright tests to work with the latest version (the Dependabot PR was seeing repeatable failures with the latest version)

TO TEST: (simple manual steps for confirming core behavior -- used for pre-release checks)

Note the green checks on this PR.

@MatthewBemis MatthewBemis merged commit 54d838b into development Jan 13, 2025
20 checks passed
@MatthewBemis MatthewBemis deleted the mb-pin-ubuntu branch January 13, 2025 20:47
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.

3 participants