We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ec3a4b + a9c493e commit c0af7d4Copy full SHA for c0af7d4
1 file changed
.github/workflows/buildwheel.yml
@@ -9,8 +9,8 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- # os: [ubuntu-20.04, windows-2019, macOS-10.15]
13
- os: [ubuntu-20.04, macOS-10.15]
+ # os: [ubuntu-20.04, windows-2019, macos-12]
+ os: [ubuntu-20.04, macos-12]
14
15
steps:
16
- uses: actions/checkout@v3
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
python-version: ['3.9', '3.10', '3.11']
50
51
0 commit comments