From 304322b7a92ba7cca55f92365b21a49de0f8777d Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Thu, 11 Jun 2020 19:19:32 -0600 Subject: [PATCH] macos --- .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 1e670d6..c01ddd5 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] + os: [ubuntu-latest, macos-latest] fail-fast: false steps: