From 6bedb828e30cc2c8c88e43515a36c291f1df8f2d Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Sat, 6 Jun 2020 15:57:38 -0600 Subject: [PATCH] linux only --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6dfac93..1e670d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest] fail-fast: false steps: