8000
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 021c850 commit dba7bbbCopy full SHA for dba7bbb
.github/workflows/wheels.yml
@@ -29,16 +29,22 @@ jobs:
29
retention-days: 2
30
31
wheel:
32
- runs-on: ubuntu-20.04
+ runs-on: ${{ matrix.os }}
33
env:
34
TAGS: cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313
35
36
strategy:
37
matrix:
38
+ os:
39
+ - ubuntu-20.04
40
target:
41
# https://quay.io/organization/pypa
42
- [ manylinux_2_28, x86_64 ]
43
- [ manylinux_2_28, aarch64 ]
44
+ include:
45
+ - os: macos-latest
46
+ target:
47
+ - macosx-10.13-universal2
48
49
steps:
50
- uses: actions/checkout@v4
0 commit comments