From ab87b6fb4045d48e42d2660e1819eeb8c6524340 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 26 Jun 2023 11:58:24 -0400 Subject: [PATCH] Disable macOS temporarily, while we get this action bootstrapped --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6396185..808d981 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,18 +48,18 @@ jobs: run: | .github/workflows/cache-test.sh - run-x86_64-darwin: - name: Run x86_64 Darwin - runs-on: macos-12 - steps: - - uses: actions/checkout@v3 - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v4 - with: - extra-conf: | - narinfo-cache-negative-ttl = 0 - - name: Cache the store - uses: ./ - - name: Check the cache for liveness - run: | - .github/workflows/cache-test.sh + # run-x86_64-darwin: + # name: Run x86_64 Darwin + # runs-on: macos-12 + # steps: + # - uses: actions/checkout@v3 + # - name: Install Nix + # uses: DeterminateSystems/nix-installer-action@v4 + # with: + # extra-conf: | + # narinfo-cache-negative-ttl = 0 + # - name: Cache the store + # uses: ./ + # - name: Check the cache for liveness + # run: | + # .github/workflows/cache-test.sh