From: Adrián Arroyo Calle Date: Sat, 16 Jan 2021 21:00:05 +0000 (+0100) Subject: Disable Windows X-Git-Tag: v0.9.0~158^2~1 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=2ed2e6d62f425389f8e597e2ef267a9f4b259883;p=scryer-prolog.git Disable Windows --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9567cb9..07af5629 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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