Skip to content

Commit

Permalink
GH Actions: Rollback to ubuntu 22.04 for puppeteer-based actions. (#2901
Browse files Browse the repository at this point in the history
)

Fixes no-sandbox error.
  • Loading branch information
sammacbeth authored Jan 15, 2025
1 parent ed073e8 commit 4252397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ddg2dnr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 4252397

Please sign in to comment.