Skip to content

Commit 6bcd9e6

Browse files
committed
stick to linux wheels for current release
1 parent 57153c8 commit 6bcd9e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on:
88

99
jobs:
1010
build_wheels:
11-
name: Build wheel on ${{ matrix.os }}
11+
name: ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-18.04, windows-latest]
15+
os: [ubuntu-18.04]
16+
# macosx-latest, windows-latest
1617

1718
steps:
1819
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)