Skip to content

Commit

Permalink
mb macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
vovaf709 committed Nov 20, 2024
1 parent 67842e0 commit 73fdd64
Showing 1 changed file with 2 additions and 2 deletions.
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-12 ]
os: [ubuntu-22.04, windows-2019, macOS-13 ]

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-12'
if: matrix.os == 'macOS-13'
run: |
brew install llvm libomp
echo $PATH
Expand Down

0 comments on commit 73fdd64

Please sign in to comment.