Skip to content

Commit 1d54f05

Browse files
committed
Try adding to the platform string
1 parent 625033f commit 1d54f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
if: matrix.os == 'macos-latest'
285285
run: |
286286
# Everything --platform etc. necessary to make sure to make a non-universal wheel (universal binary wheel doesn't work, because the GSL isn't universal)
287-
python -m pip install -v . --platform=`uname -m` --no-deps --target=`python -m site --user-site`
287+
python -m pip install -v . --platform=macosx_11_0_`uname -m` --no-deps --target=`python -m site --user-site`
288288
- name: Special config
289289
env:
290290
TEST_FILES: ${{ matrix.TEST_FILES }}

0 commit comments

Comments
 (0)