-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade ubuntu version to match PROD
Github’s standard ubuntu version for Github Actions runners has recently changed to 24.04. This appears to have broken CI on this repository because it broke the ChromeHeadless usage in tests. To fix it, we could revert to 22.04, which was being used before the recent change. However, it appears fronts is using 20.04 in PROD (based on [the amigo recipe](https://amigo.gutools.co.uk/recipes/editorial-tools-focal-java11-ARM-WITH-cdk-base) specified [in riff-raff.yaml](https://github.com/guardian/facia-tool/blob/6e0804dca3eed7a7d1dee8238fad8b0bba6d0e71/riff-raff.yaml#L14)). So instead I think it’s probably best to revert to 20.04.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters