Skip to content

Commit 61b873f

Browse files
committed
test only for ubuntu
1 parent 0c24714 commit 61b873f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-20.04, macOS-10.15, windows-2019]
14+
# os: [ubuntu-20.04, macOS-10.15, windows-2019]
15+
os: [ubuntu-20.04]
1516
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", 3.11, 3.12.0-rc.2]
1617
steps:
1718
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)