Explorar o código

ci: fewer windows targets

this commit decreases the number of windows targets we check to speed up CI
Jonathan Kelley %!s(int64=3) %!d(string=hai) anos
pai
achega
05d68b1107
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      .github/workflows/windows.yml

+ 1 - 7
.github/workflows/windows.yml

@@ -19,13 +19,7 @@ jobs:
       max-parallel: 2
       fail-fast: false
       matrix:
-        target:
-          [
-            i686-pc-windows-gnu,
-            i686-pc-windows-msvc,
-            x86_64-pc-windows-gnu,
-            x86_64-pc-windows-msvc,
-          ]
+        target: [x86_64-pc-windows-gnu, x86_64-pc-windows-msvc]
         cfg_release_channel: [stable]
 
     steps: