We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741e41f commit d84bbe6Copy full SHA for d84bbe6
.github/workflows/jingle_python.yml
@@ -41,7 +41,7 @@ jobs:
41
target: ${{ matrix.platform.target }}
42
args: --release --out dist --find-interpreter
43
working-directory: jingle_python
44
- manylinux: auto
+ manylinux: manylinux2_28
45
before-script-linux: |
46
python3 gh_actions_setup.py
47
if [ -f .z3env ]; then
0 commit comments