From b9e69466f2ffee5e332ba7d9a740bd9ed49c05a9 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 26 Apr 2024 11:35:02 +0200 Subject: [PATCH] use windows-2022 image to run our windows CI on github actions also switch craft to target windows-msvc2022_64-cl Signed-off-by: Matthieu Gallien --- .github/workflows/windows-build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-build-and-test.yml b/.github/workflows/windows-build-and-test.yml index 03b9688497320..2aa869326675b 100644 --- a/.github/workflows/windows-build-and-test.yml +++ b/.github/workflows/windows-build-and-test.yml @@ -5,9 +5,9 @@ on: jobs: build: name: Windows Build and Test - runs-on: windows-2019 + runs-on: windows-2022 env: - CRAFT_TARGET: windows-msvc2019_64-cl + CRAFT_TARGET: windows-msvc2022_64-cl COBERTURA_COVERAGE_FILE: ${{ github.workspace }}\cobertura_coverage\coverage.xml CRAFT_MASTER_LOCATION: ${{ github.workspace }}\CraftMaster CRAFT_MASTER_CONFIG: ${{ github.workspace }}\craftmaster.ini