8000 Add macos-latest to wheel build matrix · libfuse/python-fuse@dba7bbb · GitHub
[go: up one dir, main page]

Skip to content

Commit dba7bbb

Browse files
committed
Add macos-latest to wheel build matrix
1 parent 021c850 commit dba7bbb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,22 @@ jobs:
2929
retention-days: 2
3030

3131
wheel:
32-
runs-on: ubuntu-20.04
32+
runs-on: ${{ matrix.os }}
3333
env:
3434
TAGS: cp310-cp310 cp311-cp311 cp312-cp312 cp313-cp313
3535

3636
strategy:
3737
matrix:
38+
os:
39+
- ubuntu-20.04
3840
target:
3941
# https://quay.io/organization/pypa
4042
- [ manylinux_2_28, x86_64 ]
4143
- [ manylinux_2_28, aarch64 ]
44+
include:
45+
- os: macos-latest
46+
target:
47+
- macosx-10.13-universal2
4248

4349
steps:
4450
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
0