Skip to content

Commit

Permalink
Merge pull request #970 from lpsinger/macos-13
Browse files Browse the repository at this point in the history
Update Mac x86_64 CI runner to macOS 13
  • Loading branch information
zonca authored Oct 10, 2024
2 parents 10de36e + d39bbb3 commit 1717f44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-12, macos-14]
os: [ubuntu-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ CPPFLAGS = "-I$(brew --prefix libomp)/include"
LDFLAGS = "-L$(brew --prefix libomp)/lib"

[[tool.cibuildwheel.overrides]]
# macOS arm64 wheels are built on GitHub on macOS 12; set deployment target accordingly
# macOS arm64 wheels are built on GitHub on macOS 13; set deployment target accordingly
select = "*macosx_x86_64"
inherit.environment = "append"
environment.MACOSX_DEPLOYMENT_TARGET = "12.0"
environment.MACOSX_DEPLOYMENT_TARGET = "13.6"

[[tool.cibuildwheel.overrides]]
# macOS arm64 wheels are built on GitHub on macOS 14; set deployment target accordingly
Expand Down

0 comments on commit 1717f44

Please sign in to comment.