Skip to content

Commit 7a6f7de

Browse files
disable builds on macos (#58)
* disable builds on macos * remove macos from dependency
1 parent 61cc5f1 commit 7a6f7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
platform:
219219
- runner: macos-12
220220
target: x86_64
221-
- runner: macos-14
222-
target: aarch64
221+
# - runner: macos-14
222+
# target: aarch64
223223
steps:
224224
- uses: actions/checkout@v4
225225
with:

0 commit comments

Comments
 (0)