Skip to content

Commit

Permalink
ci(ci): change test stage to test on ubuntu latest version only
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Jan 25, 2024
1 parent 1017af0 commit 8ed9697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node-version: [21]
name: 🧪 Test
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8ed9697

Please sign in to comment.