Skip to content

Commit 631f2dd

Browse files
committed
Backtrack on Ubuntu until Puppateer has a workaround for namespacing issues
1 parent c4ef550 commit 631f2dd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88

99
jobs:
1010
gh-pages:
11-
runs-on: ubuntu-24.04
11+
# Puppeteer (used by pagedjs) has issues with Ubuntu 23.04+
12+
# https://github.com/puppeteer/puppeteer/issues/12818
13+
runs-on: ubuntu-22.04
1214
concurrency:
1315
group: ${{ github.workflow }}-${{ github.ref }}
1416

0 commit comments

Comments
 (0)