Skip to content

Commit

Permalink
Build on macos-12; macos-11 runners have been retired
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 15, 2024
1 parent 363072c commit cdb31a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, macos-14, windows-latest]
os: [ubuntu-latest, macos-12, macos-14, windows-latest]

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 @@ -86,10 +86,10 @@ test-extras = []
test-command = ["python -c 'import hpx._core'"]

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

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

0 comments on commit cdb31a9

Please sign in to comment.