From d52c3b844f8b8acf2203763439dc9652f61f84f5 Mon Sep 17 00:00:00 2001 From: Trevor Clarke Date: Fri, 25 Mar 2022 14:37:43 -0700 Subject: [PATCH] bring back macos with concurrency --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4e17622d3..2d68a1a50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: tests: strategy: matrix: - platform: [ubuntu-latest] + platform: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2