Skip to content

Commit 4c3ae14

Browse files
authored
fix: update pybind11 to support CMake 4.0 (#61)
* fix: update pybind11 to support CMake 4.0 Signed-off-by: Henry Schreiner <[email protected]> * chore: update macos image Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent ffaa6dd commit 4c3ae14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
runs-on: [ubuntu-latest, macos-12, windows-latest]
24+
runs-on: [ubuntu-latest, macos-13, windows-latest]
2525
session: [dist, test]
2626

2727
name: ${{ matrix.session }} on ${{ matrix.runs-on }}

projects/hello-pybind11/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ include(FetchContent)
88

99
FetchContent_Declare(
1010
pybind11
11-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.4.tar.gz
12-
URL_HASH SHA256=832e2f309c57da9c1e6d4542dedd34b24e4192ecb4d62f6f4866a737454c9970
11+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
12+
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
1313
)
1414
FetchContent_MakeAvailable(pybind11)
1515

0 commit comments

Comments
 (0)