mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore: downgrade Ubuntu version until PlayWright 1.45
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
This commit is contained in:
parent
491c9e0ff4
commit
83bc33e61a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/argos.yaml
vendored
3
.github/workflows/argos.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue