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
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: '3.7'
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Setup MSVC
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
|
||||
@@ -84,7 +84,7 @@ jobs:
|
||||
displayName: install Chocolatey Dependencies
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.7'
|
||||
versionSpec: '3.10'
|
||||
addToPath: true
|
||||
architecture: 'x64'
|
||||
- task: BatchScript@1
|
||||
|
||||
Reference in New Issue
Block a user