From 718adfe06b3f3a4825bb9ad0f2c41168ac981a16 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Tue, 1 Mar 2022 18:09:26 +0200 Subject: [PATCH] Use the latest image for Windows test workers This updates the Windows test worker images to the latest one available in Azure. The updated images contain security and bug fixes. Signed-off-by: Gabriel Adrian Samfira --- .github/workflows/windows-periodic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-periodic.yml b/.github/workflows/windows-periodic.yml index af872a2d6..c27c6fbda 100644 --- a/.github/workflows/windows-periodic.yml +++ b/.github/workflows/windows-periodic.yml @@ -39,11 +39,11 @@ jobs: win_ver: [ltsc2019, ltsc2022] include: - win_ver: ltsc2019 - AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter-with-Containers-smalldisk:17763.1935.2105080716" + AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2019-Datacenter-with-Containers-smalldisk:17763.2565.220202" 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.169.2108120020" + AZURE_IMG: "MicrosoftWindowsServer:WindowsServer:2022-datacenter-smalldisk-g2:20348.524.220201" AZURE_RESOURCE_GROUP: ctrd-integration-ltsc2022-${{ github.run_id }} GOOGLE_BUCKET: "containerd-integration/logs/windows-ltsc2022/" runs-on: ubuntu-latest