Skip to content

Commit 77159e1

Browse files
committed
upgrade manylinux to 2_34 which has correct glfw version
1 parent fe7571f commit 77159e1

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
@@ -51,7 +51,7 @@ jobs:
5151
docker-options: "-e PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
5252
target: ${{ matrix.target }}
5353
args: --release --out dist --find-interpreter
54-
manylinux: 2_28
54+
manylinux: 2_34
5555
before-script-linux: |
5656
case "${{ matrix.target }}" in
5757
aarch64) apt-get update && apt-get install -y cmake g++ \

0 commit comments

Comments
 (0)