Skip to content

Commit

Permalink
fix github action on ubuntu 22.04.05 as latest just upgraded to 24.04…
Browse files Browse the repository at this point in the history
… and broke this action
  • Loading branch information
Chris Hatch committed Jan 6, 2025
1 parent 84a9aa7 commit 6b585f3
Showing 1 changed file with 1 addition and 1 deletion.
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-latest
runs-on: ubuntu-22.04.5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 6b585f3

Please sign in to comment.