Skip to content

Commit 1cba76e

Browse files
authored
feat: fix CI error: remove macOS from Python Bindings Test workflow (#263)
1 parent 7f5ab30 commit 1cba76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_binding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
platform: [windows-latest, macos-latest, ubuntu-latest]
28+
platform: [windows-latest, ubuntu-latest]
2929
python-version: ["3.12"]
3030

3131
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)