Skip to content

Commit

Permalink
Merge pull request #5029 from GSA/pin-ubuntu-image-version
Browse files Browse the repository at this point in the history
pinning static site build template to use Ubuntu 22 LTS
  • Loading branch information
btylerburton authored Jan 8, 2025
2 parents 79b66ea + 729e79f commit c011db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 Down

0 comments on commit c011db3

Please sign in to comment.