diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6559289d..9915ab4e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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