Skip to content

Commit

Permalink
Bump macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Jul 30, 2024
1 parent c010284 commit 84b3209
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs: [ check_version ]
strategy:
matrix:
os: [ ubuntu-22.04, windows-2019, macOS-11 ]
os: [ ubuntu-22.04, windows-2019, macOS-14 ]

name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0
- name: Install gcc for mac
if: matrix.os == 'macOS-11'
if: matrix.os == 'macOS-14'
run: |
brew install llvm libomp
echo $PATH
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_wheels:
strategy:
matrix:
os: [ubuntu-22.04, windows-2019, macOS-11 ]
os: [ubuntu-22.04, windows-2019, macOS-14 ]

name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0
- name: Install gcc for mac
if: matrix.os == 'macOS-11'
if: matrix.os == 'macOS-14'
run: |
brew install llvm libomp
echo $PATH
Expand Down

0 comments on commit 84b3209

Please sign in to comment.