From b81c35a769cd38d66d1005adb75781daf2d4bc79 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 10 Oct 2024 12:52:55 -0600 Subject: [PATCH] Add macos back to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d72fc0..0e9defc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: build-and-test: strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3