Skip to content

Commit

Permalink
Retry macOS-13 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
niemilau committed Oct 29, 2024
1 parent 35771fc commit 46f5f3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
# cibuildwheel takes care of building for all supported Python versions as stated in pyproject.toml
os: [
#ubuntu-latest,
windows-latest,
#macos-13,
#windows-latest,
macos-13,
#macos-14
]

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ USE_OMP = "ON"
BUILD_EXAMPLES = "OFF"
# Use env variable to mandate OpenMP during build. Used with cibuildwheel so that we don't accidentally build wheels without OMP
REQUIRE_OMP = {env="WALLGO_REQUIRE_OMP", default="OFF"}
# Require at least macOS 11 if building for mac. Needed because some c++17 features require 10.15 but cibuildwheel uses 10.9 by default.
# Here we require 11 to be on safe side.
MACOSX_DEPLOYMENT_TARGET = "11.0"

[tool.scikit-build-core-conan]
build = "missing"
Expand Down

0 comments on commit 46f5f3b

Please sign in to comment.