Skip to content

Commit

Permalink
Build on macos-13 image instead
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 16, 2024
1 parent b5d20cd commit da25a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-13]
steps:
- uses: actions/checkout@v4
name: Check out PyBaMM repository
Expand All @@ -125,7 +125,7 @@ jobs:
CIBW_TEST_COMMAND: python -c "import pybamm; pybamm.IDAKLUSolver()"

- name: Build wheels on macOS amd64
if: matrix.os == 'macos-12'
if: matrix.os == 'macos-13'
run: pipx run cibuildwheel --output-dir wheelhouse
env:
MACOSX_DEPLOYMENT_TARGET: 11.1
Expand Down

0 comments on commit da25a4b

Please sign in to comment.