From 73f135c7fa422baa579b5feaa897d60f72782c9d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 18 Jun 2021 19:09:00 -0400 Subject: [PATCH] Add macos to test. (#107) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51ffc110..991e9e77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, windows-latest] # TODO: Add macos-latest + platform: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout to branch @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, windows-latest] # TODO: Add macos-latest + platform: [ubuntu-latest, windows-latest, macos-latest] steps: - name: Checkout