Skip to content

Commit

Permalink
chore: set ubuntu runner to ubuntu-22.04
Browse files Browse the repository at this point in the history
This prevents an error when running puppeteer/chrome on latest Ubuntu

See:

- https://github.com/sinonjs/sinon/actions/runs/12502499977/job/34881594651?pr=2631

- puppeteer/puppeteer#13365
  • Loading branch information
mroderick committed Dec 26, 2024
1 parent 220bd62 commit a0f7ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
npm run unimported
browser-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit a0f7ac7

Please sign in to comment.