Skip to content

Commit dcb1c2d

Browse files
committed
update release workflow to use manylinux_2_28_x86_64 container for Linux builds
1 parent 505a55a commit dcb1c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
build-linux:
4545
name: Build sqlpage binaries (Linux)
4646
runs-on: ubuntu-latest
47-
container: quay.io/pypa/manylinux2014_x86_64
47+
container: quay.io/pypa/manylinux_2_28_x86_64
4848
steps:
4949
- uses: actions/checkout@v4
5050
- name: Install Rust toolchain

0 commit comments

Comments
 (0)