File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,11 @@ jobs:
128
128
# We need this because our minimum is 10.11, different from default
129
129
# of 10.9 on x86s
130
130
# Related issue: https://github.com/pypa/cibuildwheel/issues/952
131
- _PYTHON_HOST_PLATFORM : ${{ matrix.marcharch == 'x86_64' && 'macosx-10.11-x86_64' || 'macosx-11.0-arm64'}}
131
+ _PYTHON_HOST_PLATFORM : ${{ matrix.macarch == 'x86_64' && 'macosx-10.11-x86_64' || 'macosx-11.0-arm64'}}
132
132
133
133
# Similarly, we need to tell CIBW that the wheel's linking steps
134
134
# should be for 10.11 on x86
135
- MACOSX_DEPLOYMENT_TARGET : ${{ matrix.marcharch == 'x86_64' && '10.11' || '11.0' }}
135
+ MACOSX_DEPLOYMENT_TARGET : ${{ matrix.macarch == 'x86_64' && '10.11' || '11.0' }}
136
136
137
137
CIBW_BUILD : ${{ matrix.pyversions }}
138
138
You can’t perform that action at this time.
0 commit comments