mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
chore: bump CMake max policy to 4.2 (#5944)
* chore: bupm CMake to 4.1 Signed-off-by: Henry Schreiner <henryfs@princeton.edu> * ci: use newest version of CMake in a few places Signed-off-by: Henry Schreiner <henryfs@princeton.edu> * chore: bupm CMake to 4.2 Signed-off-by: Henry Schreiner <henryfs@princeton.edu> --------- Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
This commit is contained in:
4
.github/workflows/configure.yml
vendored
4
.github/workflows/configure.yml
vendored
@@ -39,10 +39,10 @@ jobs:
|
||||
cmake: "3.15"
|
||||
|
||||
- runs-on: macos-14
|
||||
cmake: "4.0"
|
||||
cmake: "4.2"
|
||||
|
||||
- runs-on: windows-latest
|
||||
cmake: "4.0"
|
||||
cmake: "4.2"
|
||||
|
||||
name: 🐍 3.11 • CMake ${{ matrix.cmake }} • ${{ matrix.runs-on }}
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
|
||||
Reference in New Issue
Block a user