Skip to content

Commit

Permalink
chore(ci): use ubuntu 22.04 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Dec 14, 2024
1 parent f4dfc55 commit 83274bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
# Hopefully temporary fix for Puppeteer "No usable sandbox!" error which we get on Ubuntu 24.04+
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down

0 comments on commit 83274bb

Please sign in to comment.