Skip to content

Commit b8223fe

Browse files
Build: use ubuntu-22.04 instead of 24.04 for CPU build (glibc compat) (#1538)
1 parent 5d46888 commit b8223fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
build-shared-libs:
3131
strategy:
3232
matrix:
33-
os: [ubuntu-latest, macos-latest, windows-latest]
33+
os: [ubuntu-22.04, macos-latest, windows-latest]
3434
arch: [x86_64, aarch64]
3535
exclude:
3636
- os: windows-latest # This probably requires arm64 Windows agents

0 commit comments

Comments
 (0)