Skip to content

Commit 2445a85

Browse files
committed
build only arm64 for macos
1 parent 2d89e80 commit 2445a85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
arch: x86_64
2626
- os: macos-14
2727
arch: arm64
28-
- os: macos-13
29-
arch: x86_64
28+
#- os: macos-13
29+
# arch: x86_64
3030
#- os: windows-latest
3131
# arch: AMD64
3232

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ environment = {PIP_NO_BINARY="pyscipopt", SCIPOPTDIR="$(pwd)/scip_install", GCGO
5151

5252

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

0 commit comments

Comments
 (0)