From: Tomas Mraz Date: Wed, 8 Dec 2021 11:54:52 +0000 (+0100) Subject: Windows CI: explicitly use windows-2019 instead of using windows-latest X-Git-Tag: openssl-3.2.0-alpha1~3231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37ebbd6f97d23b291c49c4ae2b94c27d732de30;p=thirdparty%2Fopenssl.git Windows CI: explicitly use windows-2019 instead of using windows-latest Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/17234) --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 553e0c36500..c530ba07801 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: - - windows-latest + - windows-2019 - windows-2022 platform: - arch: win64 @@ -56,7 +56,7 @@ jobs: strategy: matrix: os: - - windows-latest + - windows-2019 - windows-2022 runs-on: ${{matrix.os}} steps: @@ -80,7 +80,7 @@ jobs: strategy: matrix: os: - - windows-latest + - windows-2019 - windows-2022 runs-on: ${{matrix.os}} steps: