We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526a292 commit 8df2093Copy full SHA for 8df2093
.github/workflows/Build_wheels_for_cpython27_armhf.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os:
17
- - name: Ubuntu 24+16 i386 CPython 2.7
+ - name: Ubuntu 24+18 i386 CPython 2.7
18
runs-on: ubuntu-latest
19
matrix: linux
20
arch: armhf
@@ -26,7 +26,7 @@ jobs:
26
getpipurl: https://bootstrap.pypa.io/pip/2.7/get-pip.py
27
pypkg: python2.7
28
pyengine_tag: cp27-cp27mu
29
- libc_tag: manylinux_2_17
+ libc_tag: manylinux_2_4
30
steps:
31
- name: Checkout code
32
uses: actions/checkout@v4
0 commit comments