From 6cbf4efd1db60dc58515f7b3cf0356a7214955f2 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Sun, 12 Jun 2022 15:14:27 -0400 Subject: [PATCH] try mac --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4df3c6e..44b9596 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest] - # os: [windows-latest, ubuntu-latest, macos-latest] + os: [macos-latest] + # os: [windows-latest, ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v1 - name: Run Continuous Integration