From 6b585f3acbec347b35b5f17c8d9a0a22329e1044 Mon Sep 17 00:00:00 2001 From: Chris Hatch Date: Mon, 6 Jan 2025 17:26:40 +1000 Subject: [PATCH] fix github action on ubuntu 22.04.05 as latest just upgraded to 24.04 and broke this action --- .github/workflows/playwright-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-production.yml b/.github/workflows/playwright-production.yml index 15a9db2ba..afb2ca4cc 100644 --- a/.github/workflows/playwright-production.yml +++ b/.github/workflows/playwright-production.yml @@ -7,7 +7,7 @@ on: jobs: test_schedule: timeout-minutes: 30 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04.5 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4