From 69b97f1519fa799e395a629a6edabbeb97547343 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 30 Sep 2022 10:53:37 -0400 Subject: [PATCH] Disable tests on macOS Closes #112 Signed-off-by: David Thompson --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4bcaa4a..5962823 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,10 +5,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest] include: - - os: macos-latest - label: 'darwin' - os: ubuntu-latest label: 'linux' steps: