mirror of
https://github.com/actions/runner-images.git
synced 2026-01-13 06:21:45 +08:00
[windows-2022, ubuntu-22.04] Change to Generation 2 VM (#13521)
This commit is contained in:
committed by
GitHub
parent
1be20d99fa
commit
0d9f87fc06
@@ -1,7 +1,7 @@
|
||||
locals {
|
||||
image_properties_map = {
|
||||
"ubuntu22" = {
|
||||
source_image_marketplace_sku = "canonical:0001-com-ubuntu-server-jammy:22_04-lts"
|
||||
source_image_marketplace_sku = "canonical:0001-com-ubuntu-server-jammy:22_04-lts-gen2"
|
||||
os_disk_size_gb = 75
|
||||
},
|
||||
"ubuntu24" = {
|
||||
|
||||
@@ -5,7 +5,7 @@ locals {
|
||||
os_disk_size_gb = 256
|
||||
},
|
||||
"win22" = {
|
||||
source_image_marketplace_sku = "MicrosoftWindowsServer:WindowsServer:2022-Datacenter"
|
||||
source_image_marketplace_sku = "MicrosoftWindowsServer:WindowsServer:2022-Datacenter-g2"
|
||||
os_disk_size_gb = 256
|
||||
},
|
||||
"win25" = {
|
||||
|
||||
Reference in New Issue
Block a user