Skip to content

Commit fecfe18

Browse files
Copilothsluoyz
andcommitted
Revert cmake changes and remove macOS from Python bindings CI
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
1 parent 79f8a79 commit fecfe18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 }}

cmake/modules/Findjson.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ FetchContent_Declare(
2020
json
2121
GIT_REPOSITORY https://github.com/nlohmann/json.git
2222
GIT_TAG v3.11.2
23-
CMAKE_ARGS -DCMAKE_POLICY_DEFAULT_CMP0000=OLD
2423
DOWNLOAD_EXTRACT_TIMESTAMP FALSE
2524
)
2625

0 commit comments

Comments
 (0)