From: Timo Heister Date: Wed, 1 Dec 2021 17:39:29 +0000 (-0500) Subject: CI: replace windows-2016 by windows-2022 X-Git-Tag: v9.4.0-rc1~776^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0909c98917048c43f90bd93aa300ad84cb4cf937;p=dealii.git 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. --- 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