Skip to content

Commit

Permalink
previous change to runner ubuntu-22.04.05 - i think because the patch…
Browse files Browse the repository at this point in the history
… level is not supported

dropping the patch level to see if this runs
  • Loading branch information
Chris Hatch committed Jan 6, 2025
1 parent 7c3b36e commit c10e6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-22.04.05
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c10e6e0

Please sign in to comment.