Update CI actions
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -65,13 +65,13 @@ jobs:
|
||||
cmake-args: -T ClangCL -A x64
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: "3.13"
|
||||
|
||||
- run: pip install cmake==4.0.3 ninja==1.11.1.4 --upgrade
|
||||
|
||||
@@ -91,7 +91,7 @@ jobs:
|
||||
oldest-supported-cmake:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
# Installing 3.11.4.post1 through 3.13.3 fail for various reasons, so 3.14
|
||||
|
||||
Reference in New Issue
Block a user