Skip to content

Commit

Permalink
fix: changed workflow ubuntu version
Browse files Browse the repository at this point in the history
issue with puppeteer + ubuntu latest. See more: puppeteer/puppeteer#12818
  • Loading branch information
Kamiikaze committed Feb 26, 2025
1 parent 59b09d1 commit 5e74cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on: # yamllint disable-line rule:truthy
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
browser: [Chrome, Opera]
Expand Down

0 comments on commit 5e74cbf

Please sign in to comment.