Skip to content

Commit

Permalink
ci(runNode): update os
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Jan 25, 2025
1 parent c65e104 commit 171371e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runNode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ on:

jobs:
run-node-and-test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Install apt packages
Expand Down

0 comments on commit 171371e

Please sign in to comment.