Skip to content

Commit 9435c0c

Browse files
authored
ci: use ubuntu-22.04 to avoid pip errors in ubuntu-latest caused by Python 3.12 (#16)
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent 96a4649 commit 9435c0c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/build-binaries.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
strategy:
2626
matrix:
2727
platform:
28-
- runner: ubuntu-latest
28+
- runner: ubuntu-22.04
2929
target: x86_64
30-
- runner: ubuntu-latest
30+
- runner: ubuntu-22.04
3131
target: x86
32-
- runner: ubuntu-latest
32+
- runner: ubuntu-22.04
3333
target: aarch64
34-
- runner: ubuntu-latest
34+
- runner: ubuntu-22.04
3535
target: armv7
36-
- runner: ubuntu-latest
36+
- runner: ubuntu-22.04
3737
target: s390x
38-
- runner: ubuntu-latest
38+
- runner: ubuntu-22.04
3939
target: ppc64le
4040
steps:
4141
- uses: actions/checkout@v4
@@ -57,13 +57,13 @@ jobs:
5757
strategy:
5858
matrix:
5959
platform:
60-
- runner: ubuntu-latest
60+
- runner: ubuntu-22.04
6161
target: x86_64
62-
- runner: ubuntu-latest
62+
- runner: ubuntu-22.04
6363
target: x86
64-
- runner: ubuntu-latest
64+
- runner: ubuntu-22.04
6565
target: aarch64
66-
- runner: ubuntu-latest
66+
- runner: ubuntu-22.04
6767
target: armv7
6868
steps:
6969
- uses: actions/checkout@v4
@@ -128,7 +128,7 @@ jobs:
128128

129129
release:
130130
name: Release
131-
runs-on: ubuntu-latest
131+
runs-on: ubuntu-22.04
132132
if: "startsWith(github.ref, 'refs/tags/')"
133133
needs: [linux, musllinux, windows, macos]
134134
environment: release

0 commit comments

Comments
 (0)