From 50672dfa8e0a74c91e744ddc128278f0e7ded1a1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 12 Sep 2025 14:05:48 +1000 Subject: [PATCH] Update check.yml Macos 26 takes too long to get started --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 41bc1ee..842ed3b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest macos-latest macos-26] + os: [ubuntu-latest macos-latest] steps: - uses: actions/checkout@v5 - uses: DeterminateSystems/nix-installer-action@20