Skip to content

Commit a7815b2

Browse files
committed
fix: fix macos wheels
1 parent 90496db commit a7815b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
os: [ubuntu-20.04, windows-2019, macos-10.15]
47+
os: [ubuntu-20.04, windows-2019, macos-11]
4848

4949
steps:
5050
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)