Skip to content

Commit

Permalink
remove mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosss committed Oct 16, 2024
1 parent 76fff4e commit e219e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [macos-13, macos-14]
# os: [ubuntu-latest, macos-13, macos-14] currently only works on Linux
os: [ubuntu-latest]

steps:
- name: Checkout the repository
Expand Down
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,3 @@ build-backend = "setuptools.build_meta"
before-all = """
yum -y install gmp-devel || apk add gmp-dev || apt-get install -y libgmp-dev || true
"""

[tool.cibuildwheel.macos]
before-all = """
echo HELLO
echo HELLO >&2
brew install gmp
export "CFLAGS=-I/usr/local/include -L/usr/local/lib -I/opt/homebrew/include -I/opt/homebrew/opt/gmp/include"
"""

0 comments on commit e219e5d

Please sign in to comment.