From: Elliot Gorokhovsky Date: Thu, 5 Jan 2023 17:57:41 +0000 (-0800) Subject: remove cmake 2019 test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73fbe32bd5a361142abcd0181d67db0b64698716;p=thirdparty%2Fzstd.git remove cmake 2019 test --- diff --git a/.github/workflows/dev-short-tests.yml b/.github/workflows/dev-short-tests.yml index edf22bad9..56ac8059f 100644 --- a/.github/workflows/dev-short-tests.yml +++ b/.github/workflows/dev-short-tests.yml @@ -223,25 +223,16 @@ jobs: run: | meson install -C builddir --destdir staging/ - cmake-visual-studio: + cmake-visual-2022: strategy: matrix: include: - generator: "Visual Studio 17 2022" flags: "-A x64" - runner: "windows-2022" - generator: "Visual Studio 17 2022" flags: "-A Win32" - runner: "windows-2022" - - generator: "Visual Studio 16 2019" - flags: "-A x64" - runner: "windows-2019" - - generator: "Visual Studio 16 2019" - flags: "-A Win32" - runner: "windows-2019" - generator: "MinGW Makefiles" - runner: "windows-latest" - runs-on: ${{matrix.runner}} + runs-on: windows-2022 steps: - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3 - name: Add MSBuild to PATH