diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 4d2e30f..47cde87 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -32,7 +32,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [macos-11, macos-14] # os: [ubuntu-latest, macos-11, macos-14] steps: diff --git a/pyproject.toml b/pyproject.toml index 6ea2cee..a667068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,15 +14,8 @@ requires = [ "numpy>=2.0.0rc1", ] -[tool.cibuildwheel.environment] -CMAKE = "~/micromamba/bin/cmake" - -[tool.cibuildwheel] -before-all = [ - "curl -L https://micro.mamba.pm/install.sh | bash", - "~/.local/bin/micromamba config set use_lockfiles False", - "~/.local/bin/micromamba --prefix ~/micromamba install cgal-cpp cmake" -] +[tool.cibuildwheel.macos] +before-all = "brew install cgal" # [tool.cibuildwheel.macos.environment] # CMAKE = "~/micromamba/bin/cmake"