From fb58fb7b99fd043d028b0e0f4900fe1b0a4a2ab3 Mon Sep 17 00:00:00 2001 From: Theo Brigitte Date: Thu, 10 Oct 2024 23:21:43 +0200 Subject: [PATCH] test on macOS --- .github/workflows/compatibility_test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/compatibility_test.yaml b/.github/workflows/compatibility_test.yaml index afbc80a..ed718fe 100644 --- a/.github/workflows/compatibility_test.yaml +++ b/.github/workflows/compatibility_test.yaml @@ -19,3 +19,12 @@ jobs: run: | cp config.env.example config.env test/run.sh ${{ matrix.distribution }} + compatibility_test_macos: + runs-on: macos-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Run test + run: | + cp config.env.example config.env + test/run.sh ${{ matrix.distribution }}