Skip to content

Commit ae0c09d

Browse files
committed
Build: Fix wheel build.
1 parent 04696c5 commit ae0c09d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,15 @@ jobs:
193193
- manylinux2014_x86_64
194194
- manylinux2014_i686
195195
pyversion: ["*"]
196-
os: ubuntu-latest
196+
os: "ubuntu-latest"
197197

198198
include:
199199
- image: manylinux2014_aarch64
200200
pyversion: "cp36*"
201-
os: ubuntu-24.04-arm
201+
os: "ubuntu-24.04-arm"
202202
- image: manylinux2014_aarch64
203203
pyversion: "cp37*"
204-
os: ubuntu-24.04-arm
204+
os: "ubuntu-24.04-arm"
205205

206206
runs-on: ${{ matrix.os }}
207207

0 commit comments

Comments
 (0)