Skip to content

Commit

Permalink
Dont run on different OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Dec 5, 2023
1 parent 93242b8 commit 61294aa
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 @@ -12,8 +12,7 @@ jobs:
strategy:
matrix:
version: [20, 18]
platform: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 61294aa

Please sign in to comment.