mirror of
https://github.com/actions/runner-images.git
synced 2026-01-17 01:03:19 +08:00
[windows-2025, ubuntu-24.04] Change to Generation 2 VM (#13543)
This commit is contained in:
committed by
GitHub
parent
568e9177b2
commit
0c1310995d
@@ -5,7 +5,7 @@ locals {
|
||||
os_disk_size_gb = 75
|
||||
},
|
||||
"ubuntu24" = {
|
||||
source_image_marketplace_sku = "canonical:ubuntu-24_04-lts:server-gen1"
|
||||
source_image_marketplace_sku = "canonical:ubuntu-24_04-lts:server"
|
||||
os_disk_size_gb = 75
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ locals {
|
||||
os_disk_size_gb = 256
|
||||
},
|
||||
"win25" = {
|
||||
source_image_marketplace_sku = "MicrosoftWindowsServer:WindowsServer:2025-Datacenter"
|
||||
source_image_marketplace_sku = "MicrosoftWindowsServer:WindowsServer:2025-Datacenter-g2"
|
||||
os_disk_size_gb = 150
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user