Update to the latest version of CMake in CI

This commit is contained in:
Robin Linden
2022-08-11 23:49:00 +02:00
parent 18f984cb48
commit f568ff02f1

View File

@@ -63,7 +63,7 @@ jobs:
with:
python-version: "3.10"
- run: pip install cmake==3.22.5 ninja==1.10.2.3 --upgrade
- run: pip install cmake==3.24.0 ninja==1.10.2.3 --upgrade
- run: echo "CC=${{ matrix.compiler }}" >> $GITHUB_ENV
if: startsWith(matrix.os, 'ubuntu')