From b816c29566e300af7ae61f652a0a3c872ec4bdde Mon Sep 17 00:00:00 2001 From: adisbladis Date: Fri, 9 Feb 2024 12:48:38 +1300 Subject: [PATCH] Remove macos from testing matrix While it would be great to support macos I just can't test it properly. --- .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 893ecac..1edc6f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: nix-flake-check: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4