File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- runs-on : [ubuntu-latest, macos-12 , windows-latest]
24
+ runs-on : [ubuntu-latest, macos-13 , windows-latest]
25
25
session : [dist, test]
26
26
27
27
name : ${{ matrix.session }} on ${{ matrix.runs-on }}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ include(FetchContent)
8
8
9
9
FetchContent_Declare(
10
10
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
13
13
)
14
14
FetchContent_MakeAvailable(pybind11)
15
15
You can’t perform that action at this time.
0 commit comments