Skip to content

Commit

Permalink
ci: use different base image
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Oct 16, 2024
1 parent 9dd9656 commit d19fcec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: pnpm lint

check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: 'Test on Node.js ${{ matrix.node-version }}'
timeout-minutes: 10
strategy:
Expand All @@ -49,7 +49,7 @@ jobs:
- run: EXODUS_TEST_DROP_NETWORK=1 pnpm test:all

hermes:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: 'Test on Hermes'
timeout-minutes: 10
steps:
Expand Down

0 comments on commit d19fcec

Please sign in to comment.