Skip to content

Commit

Permalink
Build: use ubuntu-22.04 instead of 24.04 for CPU build (glibc compat) (
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas authored Feb 25, 2025
1 parent 5d46888 commit b8223fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build-shared-libs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-22.04, macos-latest, windows-latest]
arch: [x86_64, aarch64]
exclude:
- os: windows-latest # This probably requires arm64 Windows agents
Expand Down

0 comments on commit b8223fe

Please sign in to comment.