summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-12-10 10:40:28 +0100
committerStefan Behnel <stefan_ml@behnel.de>2021-12-10 20:23:20 +0100
commit97bf85d31c0338314b7545c1303508ded9d51379 (patch)
tree8f00e9b2bf538c34437478830ba3d52840547f12 /.github
parentac6b00dd7e60f2fc85baf28799596b0e005e9627 (diff)
downloadpython-lxml-97bf85d31c0338314b7545c1303508ded9d51379.tar.gz
Add macOS-M1 as wheel build platform.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 6117f9e6..cd9da262 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -114,7 +114,7 @@ jobs:
matrix:
#os: [macos-10.15, windows-latest]
- os: [macos-10.15]
+ os: [macos-10.15, macOS-M1]
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3", "pypy-3.8-v7.3.7"]
runs-on: ${{ matrix.os }}