Skip to content

Commit

Permalink
pinning static site build template to use Ubuntu 22 LTS until a fix i…
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Jan 8, 2025
1 parent 79b66ea commit 2bda404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static-site-build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: # yamllint disable-line rule:truthy
jobs:
build:
name: Build Static Site
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # until appArmor Puppeteer issue fixed: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#issues-with-apparmor-on-ubuntu
steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -25,6 +25,8 @@ jobs:
run: npm run build
- name: Test
run: npm test
env:
CHROME_ARGUMENTS: --no-sandbox --disable-setuid-sandbox
- name: Woke scan
uses: get-woke/woke-action@v0
with:
Expand Down

0 comments on commit 2bda404

Please sign in to comment.