Skip to content

Commit

Permalink
remove windows from github test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tristenblakely committed Sep 13, 2022
1 parent 251fdb6 commit e34e2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mixin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
os: ['ubuntu-latest', 'macos-latest']
fail-fast: false

steps:
Expand Down

0 comments on commit e34e2fe

Please sign in to comment.