Skip to content

Commit

Permalink
ci: remove Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
wozjac committed Aug 24, 2023
1 parent 4b6e852 commit 709b6ae
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 @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 709b6ae

Please sign in to comment.