Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcajasn committed Oct 6, 2024
1 parent 7739e6e commit 465d3e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-12, windows-2022 ]
os: [ ubuntu-20.04, macos-13, windows-2022 ]
python-version: ["3.9", "3.10", "3.11", "3.12"]

env:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-12, windows-2022 ]
os: [ ubuntu-20.04, macos-13, windows-2022 ]
python-version: ["3.9", "3.10", "3.11", "3.12"]

env:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Upload artifacts to github
if: ${{github.event_name == 'push' && env.USE_OPENMP != 'True'}}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: wheels
path: ./wheelhouse

0 comments on commit 465d3e4

Please sign in to comment.