Skip to content

Commit

Permalink
test: remove matrix on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fasenderos committed Aug 5, 2024
1 parent a61baad commit f81ddd8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,9 @@ on:

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
node: [20.x, 22.x]

steps:
Expand Down

0 comments on commit f81ddd8

Please sign in to comment.