Skip to content

Commit

Permalink
Do not perform windows builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr Maxim Orlovsky committed Jan 25, 2023
1 parent a21debe commit 485a81c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- macos-12
# - windows-2019
# - windows-2022
steps:
- uses: actions/checkout@v2
- name: Install rust stable
Expand Down

0 comments on commit 485a81c

Please sign in to comment.