We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ef550 commit 631f2ddCopy full SHA for 631f2dd
1 file changed
.github/workflows/deploy.yml
@@ -8,7 +8,9 @@ on:
8
9
jobs:
10
gh-pages:
11
- runs-on: ubuntu-24.04
+ # Puppeteer (used by pagedjs) has issues with Ubuntu 23.04+
12
+ # https://github.com/puppeteer/puppeteer/issues/12818
13
+ runs-on: ubuntu-22.04
14
concurrency:
15
group: ${{ github.workflow }}-${{ github.ref }}
16
0 commit comments