From f183adc486d6f0dffe7dbc95862d744b761affd1 Mon Sep 17 00:00:00 2001 From: Akira Komamura Date: Mon, 18 Mar 2024 22:20:50 +0900 Subject: [PATCH] ci: Test on macos as well --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f506022..bd26408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,12 @@ on: jobs: check: - runs-on: ubuntu-latest + strategy: + matrix: + os: + - ubuntu-latest + - macos-latest + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v26