Skip to content

Commit 20837f7

Browse files
authored
ci: disable macos intel wheels (#1275)
cibuildwheel fails to build these after a recent version upgrade
1 parent b523b36 commit 20837f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
# macos-13 is an intel runner, macos-14 is apple silicon
14-
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
13+
os: [macos-latest, ubuntu-latest, windows-latest]
1514
env:
1615
SCCACHE_VERSION: 0.2.13
1716
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | env -u CARGO_HOME sh -s -- --default-toolchain stable --profile minimal -y"

0 commit comments

Comments
 (0)