File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,14 @@ jobs:
105105 build-and-test-python :
106106 strategy :
107107 matrix :
108- os : [ ubuntu-latest, macos-latest, windows-latest ]
108+ platform : [ linux, macos, windows ]
109+ include :
110+ - platform : linux
111+ os : ubuntu-latest
112+ - platform : macos
113+ os : macos-latest
114+ - platform : windows
115+ os : windows-latest
109116
110117 runs-on : ${{ matrix.os }}
111118 needs : [build-cpp-test-linux, build-cpp-test-windows, build-cpp-test-macos]
@@ -114,7 +121,7 @@ jobs:
114121 - uses : actions/checkout@v3
115122
116123 - name : Set up QEMU
117- if : matrix.os == 'ubuntu-latest '
124+ if : matrix.platform == 'linux '
118125 uses : docker/setup-qemu-action@v2
119126
120127 - name : Build wheels
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ build-verbosity = 1
9191test-extras = [" dev" ]
9292test-command = " pytest {package}/tests"
9393
94-
9594[tool .cibuildwheel .linux ]
9695build = [" cp*-manylinux_x86_64" , " cp*-manylinux_aarch64" ]
9796archs = [" x86_64" , " aarch64" ]
You can’t perform that action at this time.
0 commit comments