From 4252397ef273595c1270e52c8c6962c84f3da8e3 Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Wed, 15 Jan 2025 09:54:19 +0100 Subject: [PATCH] GH Actions: Rollback to ubuntu 22.04 for puppeteer-based actions. (#2901) Fixes no-sandbox error. --- .github/workflows/checks.yml | 2 +- .github/workflows/ddg2dnr.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8a50c53ba..bbd4ffa57 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,7 +34,7 @@ jobs: - run: npm run ${{ matrix.target }} unit-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 diff --git a/.github/workflows/ddg2dnr.yml b/.github/workflows/ddg2dnr.yml index cc10ea1b0..6cc2ffbd2 100644 --- a/.github/workflows/ddg2dnr.yml +++ b/.github/workflows/ddg2dnr.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: node: [22.x] - os: [ubuntu-latest] # FIXME - macos-latest runner keeps failing + os: [ubuntu-22.04] # FIXME - macos-latest runner keeps failing steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node }} @@ -23,7 +23,7 @@ jobs: strategy: matrix: node: [22.x] - os: [ubuntu-latest] + os: [ubuntu-22.04] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node }}