Skip to content

Commit 19c72d8

Browse files
another attempt at building macos wheels
1 parent 03aca2b commit 19c72d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macos-10.15]
11+
os: [macos-latest]
1212

1313
steps:
1414
- uses: actions/checkout@v2
1515

1616
- name: Build wheels
1717
uses: pypa/[email protected]
1818
env:
19-
MACOSX_DEPLOYMENT_TARGET: "10.15"
19+
MACOSX_DEPLOYMENT_TARGET: "10.14"
2020

2121
- uses: actions/upload-artifact@v2
2222
with:

0 commit comments

Comments
 (0)