Skip to content

Commit

Permalink
dont need to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthpun committed Feb 3, 2024
1 parent 7378eea commit 8f40e1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ on:

jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 8f40e1a

Please sign in to comment.