From 46b2f1d162081fa7bd41709657144322d74c8d15 Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Thu, 4 Jan 2024 21:22:04 +0000 Subject: [PATCH] Use latest VM image to get Windows updates regularly Signed-off-by: James Sturtevant --- .github/workflows/windows-hyperv-periodic.yml | 4 ++-- .github/workflows/windows-periodic.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-hyperv-periodic.yml b/.github/workflows/windows-hyperv-periodic.yml index 0117c63cb..47609d4c8 100644 --- a/.github/workflows/windows-hyperv-periodic.yml +++ b/.github/workflows/windows-hyperv-periodic.yml @@ -46,11 +46,11 @@ jobs: win_ver: [ltsc2019, ltsc2022] include: - win_ver: ltsc2019 - AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505" + AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest" AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }} GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2019-hyperv/" - win_ver: ltsc2022 - AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.1607.230310" + AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:latest" AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }} GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022-hyperv/" runs-on: ubuntu-latest diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index ef46b3eca..32e96323c 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -45,11 +45,11 @@ jobs: win_ver: [ltsc2019, ltsc2022] include: - win_ver: ltsc2019 - AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:17763.4377.230505" + AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter:latest" AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2019-${{ github.run_id }} GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2019/" - win_ver: ltsc2022 - AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.1607.230310" + AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:latest" AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }} GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022/" runs-on: ubuntu-latest