]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
remove cmake 2019 test
authorElliot Gorokhovsky <embg@fb.com>
Thu, 5 Jan 2023 17:57:41 +0000 (09:57 -0800)
committerElliot Gorokhovsky <embg@fb.com>
Wed, 11 Jan 2023 18:11:55 +0000 (10:11 -0800)
.github/workflows/dev-short-tests.yml

index edf22bad9f9fc3dd785e212fc31746e6d6ce1ee0..56ac8059f817e47292a1ccd8ca8297a79eb144d4 100644 (file)
@@ -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