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 a0ba7dc commit c77177aCopy full SHA for c77177a
.github/workflows/wheels.yml
@@ -183,7 +183,6 @@ jobs:
183
./bdist_downloads/*.tar.gz
184
185
Linux:
186
- runs-on: ubuntu-latest
187
188
strategy:
189
# Allows for matrix sub-jobs to fail without canceling the rest
@@ -194,10 +193,17 @@ jobs:
194
193
- manylinux2014_x86_64
195
- manylinux2014_i686
196
pyversion: ["*"]
+ os: ubuntu-latest
197
198
include:
199
- image: manylinux2014_aarch64
200
pyversion: "cp36*"
201
+ os: ubuntu-24.04-arm
202
+ - image: manylinux2014_aarch64
203
+ pyversion: "cp37*"
204
205
+
206
+ runs-on: ${{ matrix.os }}
207
208
steps:
209
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
0 commit comments