We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7739e6e commit 465d3e4Copy full SHA for 465d3e4
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
fail-fast: false
37
matrix:
38
- os: [ ubuntu-20.04, macos-12, windows-2022 ]
+ os: [ ubuntu-20.04, macos-13, windows-2022 ]
39
python-version: ["3.9", "3.10", "3.11", "3.12"]
40
41
env:
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
@@ -137,7 +137,7 @@ jobs:
137
138
- name: Upload artifacts to github
139
if: ${{github.event_name == 'push' && env.USE_OPENMP != 'True'}}
140
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
141
with:
142
name: wheels
143
path: ./wheelhouse
0 commit comments