From 82e568c7bd364829f147d11a2e16f4a041564789 Mon Sep 17 00:00:00 2001 From: Will Leinweber Date: Wed, 29 Oct 2025 20:45:46 +0100 Subject: [PATCH] drop mac ci for now --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5411e3..b15de60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-14] + # os: [ubuntu-latest, macos-14] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Install Nix