Skip to content

Commit

Permalink
Use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Mar 7, 2024
1 parent 55c908c commit b06f9e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12, macos-13-xlarge]
os: [ubuntu-22.04, macos-12, macos-14]
steps:
- uses: actions/checkout@v3
- if: runner.os == 'macOS'
run: brew install pipx
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
env:
CIBW_PRERELEASE_PYTHONS: True
CIBW_SKIP: pp*
CIBW_BEFORE_BUILD_MACOS: >
sudo chown -R runner:admin /usr/local/ &&
bash scripts/before_ci_build.sh
CIBW_BEFORE_BUILD: bash scripts/before_ci_build.sh
CIBW_TEST_EXTRAS: tests
CIBW_TEST_COMMAND: >
Expand Down

0 comments on commit b06f9e1

Please sign in to comment.