Skip to content

Commit

Permalink
Drop Windows from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RauliL committed Aug 31, 2021
1 parent a3a5a9a commit 60aa637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
name: Checkout
Expand Down

0 comments on commit 60aa637

Please sign in to comment.