From 5cf176668193d0ac6ac2c9e7e2decf17a0c74801 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 12 Feb 2024 14:09:50 -0800 Subject: [PATCH] ci: try Namespace macOS --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d80df4fa2..4a35c240e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -111,7 +111,7 @@ jobs: run: nix build .#ghostty build-macos: - runs-on: ghcr.io/cirruslabs/macos-ventura-xcode:latest + runs-on: namespace-profile-ghostty-macos needs: test env: # Needed for macos SDK @@ -121,6 +121,10 @@ jobs: uses: actions/checkout@v4 # Install Nix and use that to run our tests so our environment matches exactly. + - name: Setup Nix Cache + uses: namespacelabs/nscloud-cache-action@v1.1.0 + with: + path: /nix - uses: cachix/install-nix-action@v24 with: nix_path: nixpkgs=channel:nixos-unstable