We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21adf5a commit 4cb18bdCopy full SHA for 4cb18bd
.github/workflows/linux.yml
@@ -309,10 +309,10 @@ jobs:
309
done
310
311
musllinux_py10:
312
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
313
if: github.event.pull_request.draft == false
314
container:
315
- image: quay.io/pypa/musllinux_1_1_x86_64
+ image: quay.io/pypa/musllinux_1_2_x86_64
316
steps:
317
- uses: actions/checkout@v4
318
- name: Install
0 commit comments