Skip to content

Commit

Permalink
[CI] Remove multiple OS runs as it should be wholly unnecessary for t…
Browse files Browse the repository at this point in the history
…his project
  • Loading branch information
Pewtro committed Jul 20, 2024
1 parent 9d96d79 commit d1f925d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
# Test against multiple node versions
# Last LTS, current LTS, current, and next LTS (if not same as current)
node: [18.x, 20.x, 21.x, 22.x]
os: [ubuntu-latest, macos-latest, windows-latest]
name: Test
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit d1f925d

Please sign in to comment.