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