Skip to content

Commit 809c58a

Browse files
committed
update
1 parent e0617c6 commit 809c58a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, macos-15]
31+
os: [ubuntu-latest, macos-14, macos-15, ]
3232

3333
steps:
3434
- name: Checkout

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,3 @@ test-command="pytest {project}"
167167

168168
[tool.cibuildwheel.macos]
169169
archs = ["arm64"]
170-
before-build = "brew install bazelisk"

0 commit comments

Comments
 (0)