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:
Henry Schreiner
2026-01-15 12:38:45 -05:00
committed by GitHub
parent ca1d996461
commit e44aae2268
13 changed files with 18 additions and 18 deletions

View File

@@ -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 }}