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 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 }}
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ include(FetchContent)
88
99FetchContent_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)
1414FetchContent_MakeAvailable(pybind11)
1515
You can’t perform that action at this time.
0 commit comments