Skip to content

Commit d041c6e

Browse files
committed
Work around for broken pyo3 ubuntu-latest install
1 parent a0c4f31 commit d041c6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
linux:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
1616
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
@@ -78,7 +78,7 @@ jobs:
7878
path: dist
7979

8080
sdist:
81-
runs-on: ubuntu-latest
81+
runs-on: ubuntu-24.04
8282
steps:
8383
- uses: actions/checkout@v4
8484
- name: Build sdist
@@ -94,7 +94,7 @@ jobs:
9494

9595
release:
9696
name: Release
97-
runs-on: ubuntu-latest
97+
runs-on: ubuntu-24.04
9898
if: "startsWith(github.ref, 'refs/tags/')"
9999
needs: [linux, windows, macos, sdist]
100100
steps:

0 commit comments

Comments
 (0)