chore: downgrade Ubuntu version until PlayWright 1.45

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
Florent Benoit 2024-06-21 09:56:29 +02:00 committed by Florent BENOIT
parent 491c9e0ff4
commit 83bc33e61a

View file

@ -31,6 +31,7 @@ on:
branches:
- main
paths:
- '.github/workflows/argos.yaml'
- 'package.json'
- 'yarn.lock'
- 'website/**'
@ -39,7 +40,7 @@ on:
jobs:
take-screenshots:
name: take screenshots
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4