mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Change a pipeline vmImage from windows-latest to windows-2019 (#10804)
This commit is contained in:
parent
33c6819196
commit
68c8f5a1ef
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ parameters:
|
|||
jobs:
|
||||
- job: build_onnxruntime_web_windows
|
||||
pool:
|
||||
vmImage: windows-latest
|
||||
vmImage: windows-2019
|
||||
timeoutInMinutes: 30
|
||||
workspace:
|
||||
clean: all
|
||||
|
|
|
|||
Loading…
Reference in a new issue