Skip to content

Commit

Permalink
Pin Ubuntu due to chromium bug (via puppeteer)
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Dec 17, 2024
1 parent 047eb4b commit 9de8f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
name: Build (${{ matrix.channel }})
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # Update when chromium bug mentioned https://github.com/puppeteer/puppeteer/issues/12818 is resolved
env:
CI: 'true'
strategy:
Expand Down

0 comments on commit 9de8f5f

Please sign in to comment.