From ad135de1f71a4995adf0cc8c1425492a9a226187 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sun, 26 Jul 2020 15:58:36 +0200 Subject: [PATCH] Drop unnecessary Windows tests This is a library that does numeric computations, so the operating system should not matter. --- .github/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5684c1..e7c7206 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,14 +9,11 @@ jobs: build: strategy: matrix: - os: - - ubuntu-latest - - windows-latest rust: - stable - nightly - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - name: Checkout repository