Skip to content

Commit

Permalink
Merge pull request #1328 from hotwired/jorgemanrubia-fix-ci
Browse files Browse the repository at this point in the history
Pin Ubuntu to deal with older playwright failing to install
  • Loading branch information
jorgemanrubia authored Oct 15, 2024
2 parents e39b749 + 707a4f2 commit 9401b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9401b75

Please sign in to comment.