mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[vcpkg] Update VMs for October Patch Tuesday and Server 2022 (#20730)
* Patch tuesday and switch to Server 2022. * Update pools.
This commit is contained in:
parent
05e56b2c86
commit
699c8779f1
@ -2,8 +2,8 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
variables:
|
||||
windows-pool: 'PrWin-2021-09-08'
|
||||
linux-pool: 'PrLin-2021-09-08'
|
||||
windows-pool: 'PrWin-2021-10-13'
|
||||
linux-pool: 'PrLin-2021-10-13'
|
||||
osx-pool: 'PrOsx-2021-07-27'
|
||||
|
||||
jobs:
|
||||
|
@ -19,7 +19,7 @@ $Prefix = 'Win-'
|
||||
$Prefix += (Get-Date -Format 'yyyy-MM-dd')
|
||||
$VMSize = 'Standard_D32as_v4'
|
||||
$ProtoVMName = 'PROTOTYPE'
|
||||
$WindowsServerSku = '2019-datacenter-gensecond'
|
||||
$WindowsServerSku = '2022-datacenter-g2'
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$CudnnBaseUrl = 'https://vcpkgimageminting.blob.core.windows.net/assets/cudnn-11.2-windows-x64-v8.1.1.33.zip'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user