From 0909c98917048c43f90bd93aa300ad84cb4cf937 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 1 Dec 2021 12:39:29 -0500 Subject: [PATCH] CI: replace windows-2016 by windows-2022 The 2016 environment will be removed March 2022 and will have blackout on dec 1 (today). Replace with 2022. --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7af8f712aa..897d8ed446 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, windows-2016] + os: [windows-2019, windows-2022] steps: - uses: actions/checkout@v2 @@ -41,7 +41,6 @@ jobs: cd c:/project 7z a dealii-windows.zip * - name: test library - if: matrix.os != 'windows-2016' #TODO: For windows-2016 this step does not terminate (12.12.2020) shell: bash run: | cmake --build build --target test -- -m -- 2.39.5