From 7e387df5ddd058cac777b6bd90b9916b91052eb5 Mon Sep 17 00:00:00 2001 From: Askanaz Torosyan <46795157+nVxx@users.noreply.github.com> Date: Tue, 11 Jun 2024 18:34:27 +0200 Subject: [PATCH] Switch to windows 2019 nodes. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 325241d33..603becb45 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: target-platform: [host-os] - os: [ubuntu-20.04, ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-20.04, ubuntu-22.04, windows-2019, macos-12] type: [Debug, Release] compiler: [default] include: @@ -38,7 +38,7 @@ jobs: compiler: clang # on Windows we skip Debug because otherwise the hosted runner runs out of space exclude: - - os: windows-2022 + - os: windows-2019 type: Debug steps: