From c10e6e0b69d441e6242a1394dad5b6e7543ebcfc Mon Sep 17 00:00:00 2001 From: Chris Hatch Date: Tue, 7 Jan 2025 05:51:27 +1000 Subject: [PATCH] previous change to runner ubuntu-22.04.05 - i think because the patch level is not supported dropping the patch level to see if this runs --- .github/workflows/node.js.yml | 2 +- .github/workflows/playwright-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index eba351b0f..adf6d7070 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-22.04.05 + runs-on: ubuntu-22.04 strategy: matrix: diff --git a/.github/workflows/playwright-production.yml b/.github/workflows/playwright-production.yml index afb2ca4cc..301cb3d34 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-22.04.5 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4