Skip to content

Commit

Permalink
build only arm64 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Nov 29, 2024
1 parent 2d89e80 commit 2445a85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
arch: x86_64
- os: macos-14
arch: arm64
- os: macos-13
arch: x86_64
#- os: macos-13
# arch: x86_64
#- os: windows-latest
# arch: AMD64

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ environment = {PIP_NO_BINARY="pyscipopt", SCIPOPTDIR="$(pwd)/scip_install", GCGO


[tool.cibuildwheel.macos]
skip="pp* cp36* cp37* cp38* cp39* cp310* cp311* cp312*" #delete cp38*
skip="pp* cp36* cp37*"
before-all = '''
#!/bin/bash
brew install wget zlib gcc
Expand Down

0 comments on commit 2445a85

Please sign in to comment.