Skip to content

Commit 485a81c

Browse files
author
Dr Maxim Orlovsky
committed
Do not perform windows builds for now
1 parent a21debe commit 485a81c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
59+
os:
60+
- ubuntu-20.04
61+
- ubuntu-22.04
62+
- macos-11
63+
- macos-12
64+
# - windows-2019
65+
# - windows-2022
6066
steps:
6167
- uses: actions/checkout@v2
6268
- name: Install rust stable

0 commit comments

Comments
 (0)