Fix building wheels for macOS (#814)

This commit is contained in:
Fangjun Kuang
2024-04-26 10:05:39 +08:00
committed by GitHub
parent 2e45d327a5
commit c693676d20
2 changed files with 2 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest]
os: [macos-11]
python-version: ["cp38", "cp39", "cp310", "cp311", "cp312"]
steps: