mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-24 08:48:03 +00:00
ci/windows: Use Python 3.10
This commit is contained in:
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.10'
|
||||||
|
|
||||||
- name: Setup MSVC
|
- name: Setup MSVC
|
||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ jobs:
|
|||||||
displayName: install Chocolatey Dependencies
|
displayName: install Chocolatey Dependencies
|
||||||
- task: UsePythonVersion@0
|
- task: UsePythonVersion@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: '3.7'
|
versionSpec: '3.10'
|
||||||
addToPath: true
|
addToPath: true
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- task: BatchScript@1
|
- task: BatchScript@1
|
||||||
|
|||||||
Reference in New Issue
Block a user