summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tests.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 8dc4e01..f725c49 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -159,7 +159,8 @@ jobs:
startsWith(runner.os, 'Mac')
&& startsWith(matrix.python-version, '3.1')
env:
- _PYTHON_HOST_PLATFORM: macosx-10.9-universal2
+ MACOSX_DEPLOYMENT_TARGET: 11.0
+ _PYTHON_HOST_PLATFORM: macosx-11.0-universal2
ARCHFLAGS: -arch arm64 -arch x86_64
run: |
# Next, build the wheel *in place*. This helps ccache, and also lets us cache the configure