]> Repositorios git - scryer-prolog.git/commitdiff
Disable Windows
authorAdrián Arroyo Calle <[email protected]>
Sat, 16 Jan 2021 21:00:05 +0000 (22:00 +0100)
committerAdrián Arroyo Calle <[email protected]>
Sat, 16 Jan 2021 21:00:05 +0000 (22:00 +0100)
.github/workflows/test.yml

index c9567cb9a3483a33387c2173a54e77a91a953e48..07af56296571c5201a505f3502c866bf41165f93 100644 (file)
@@ -6,7 +6,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-20.04, windows-2019, macos-11.0]
+        os: [ubuntu-20.04, macos-11.0]
         rust-version: [stable, beta]
     steps:
       - name: Checkout sources