Skip to content

Commit 465d3e4

Browse files
committed
Update build.yml
1 parent 7739e6e commit 465d3e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
os: [ ubuntu-20.04, macos-12, windows-2022 ]
38+
os: [ ubuntu-20.04, macos-13, windows-2022 ]
3939
python-version: ["3.9", "3.10", "3.11", "3.12"]
4040

4141
env:
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ ubuntu-20.04, macos-12, windows-2022 ]
81+
os: [ ubuntu-20.04, macos-13, windows-2022 ]
8282
python-version: ["3.9", "3.10", "3.11", "3.12"]
8383

8484
env:
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: Upload artifacts to github
139139
if: ${{github.event_name == 'push' && env.USE_OPENMP != 'True'}}
140-
uses: actions/upload-artifact@v4
140+
uses: actions/upload-artifact@v3
141141
with:
142142
name: wheels
143143
path: ./wheelhouse

0 commit comments

Comments
 (0)