We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7571f commit 77159e1Copy full SHA for 77159e1
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
docker-options: "-e PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
52
target: ${{ matrix.target }}
53
args: --release --out dist --find-interpreter
54
- manylinux: 2_28
+ manylinux: 2_34
55
before-script-linux: |
56
case "${{ matrix.target }}" in
57
aarch64) apt-get update && apt-get install -y cmake g++ \
0 commit comments