From 10be569bd35c827c3935413b32a40fa5f2b0d8b7 Mon Sep 17 00:00:00 2001 From: Noah Zinsmeister Date: Wed, 1 Apr 2020 15:11:19 -0400 Subject: [PATCH] bye mac --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 73c0a0c..22443d8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: node: ['10.x', '12.x'] - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }}