Use the latest versions of Python, Ninja, and CMake in CI
This commit is contained in:
4
.github/workflows/linux-ci.yaml
vendored
4
.github/workflows/linux-ci.yaml
vendored
@@ -41,10 +41,10 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Install
|
||||
run: pip install cmake==3.18.2.post1 ninja==1.10.0.post2 --upgrade
|
||||
run: pip install cmake==3.21.4 ninja==1.10.2.2 --upgrade
|
||||
|
||||
- name: Setup
|
||||
run: echo "CC=${{ matrix.compiler }}" >> $GITHUB_ENV
|
||||
|
||||
4
.github/workflows/windows-ci.yaml
vendored
4
.github/workflows/windows-ci.yaml
vendored
@@ -34,10 +34,10 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Install
|
||||
run: pip install cmake==3.18.2.post1 ninja==1.10.0.post2 --upgrade
|
||||
run: pip install cmake==3.21.4 ninja==1.10.2.2 --upgrade
|
||||
|
||||
- name: CMake
|
||||
run: cmake -S . -B build -G "${{ matrix.generator }}" ${{ matrix.cmake-args }}
|
||||
|
||||
Reference in New Issue
Block a user