Skip to content

Commit 4cb18bd

Browse files
committed
Upgrade Musllinux to Ubuntu 24.04 ??
1 parent 21adf5a commit 4cb18bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,10 @@ jobs:
309309
done
310310
311311
musllinux_py10:
312-
runs-on: ubuntu-22.04
312+
runs-on: ubuntu-24.04
313313
if: github.event.pull_request.draft == false
314314
container:
315-
image: quay.io/pypa/musllinux_1_1_x86_64
315+
image: quay.io/pypa/musllinux_1_2_x86_64
316316
steps:
317317
- uses: actions/checkout@v4
318318
- name: Install

0 commit comments

Comments
 (0)