Skip to content

Commit a6af302

Browse files
committed
add build on macos15
1 parent d981b49 commit a6af302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
strategy:
2929
matrix:
30-
os: [ubuntu-latest] # , macos-latest]
30+
os: [ubuntu-latest, macos-15]
3131

3232
steps:
3333
- name: Checkout

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ignore = [
150150
build-frontend="build"
151151
environment = {USE_BAZEL_VERSION = "6.5.0"}
152152
# build = ["cp310-*"]
153-
skip = ["cp312-*", "cp313-*", "*musllinux*", "pp*", "*macos*"]
153+
skip = ["cp312-*", "cp313-*", "*musllinux*", "pp*"]
154154

155155
# test-command="python -m unittest discover {package} -p *_test.py"
156156

0 commit comments

Comments
 (0)