Skip to content

Commit 07b89ba

Browse files
committed
WHL: bump (musl) linux image [wheel build]
1 parent 36b7ff9 commit 07b89ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
# Github Actions doesn't support pairing matrix values together, let's improvise
7777
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
7878
buildplat:
79-
- [ubuntu-20.04, manylinux_x86_64, ""]
80-
- [ubuntu-20.04, musllinux_x86_64, ""]
79+
- [ubuntu-22.04, manylinux_x86_64, ""]
80+
- [ubuntu-22.04, musllinux_x86_64, ""]
8181
- [macos-13, macosx_x86_64, openblas]
8282

8383
# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
149149
[tool.cibuildwheel.linux]
150150
manylinux-x86_64-image = "manylinux2014"
151151
manylinux-aarch64-image = "manylinux2014"
152-
musllinux-x86_64-image = "musllinux_1_1"
152+
musllinux-x86_64-image = "musllinux_1_2"
153153

154154
[tool.cibuildwheel.linux.environment]
155155
# RUNNER_OS is a GitHub Actions specific env var; define it here so it works on Cirrus CI too

0 commit comments

Comments
 (0)