mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update test OS version
This commit is contained in:
parent
e8b3f362fb
commit
ddffe8cc00
4 changed files with 18 additions and 12 deletions
|
|
@ -3,11 +3,11 @@ variables:
|
|||
python.version: "3.8"
|
||||
|
||||
jobs:
|
||||
- job: 'Coverage'
|
||||
- job: "Coverage"
|
||||
timeoutInMinutes: 20
|
||||
pool:
|
||||
name: Azure Pipelines
|
||||
demands: java
|
||||
vmImage: "windows-2019"
|
||||
vmImage: "windows-latest"
|
||||
steps:
|
||||
- template: "templates/coverage.yml"
|
||||
- template: "templates/coverage.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue