From 0606b355f576f5849c7b216250dc40024287d29f Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Tue, 26 Jan 2021 15:05:24 -0600 Subject: [PATCH] [TMP] Test with macOS --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a8cf5113..b10f0150e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: tests: strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2.3.4