From 381c38b33f8771ef5a63d35601e0434bdce3f39e Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 28 Jan 2026 12:10:55 -0500 Subject: [PATCH 1/2] Tidy up the macos runner list --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e0632a..5f28541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +53,8 @@ jobs: - ubuntu-latest - nscloud-ubuntu-22.04-amd64-4x16 - namespace-profile-default-arm64 - # - macos-12-large # determinate-nixd is broken on macos-12 - - macos-13-large - - macos-14-large - - macos-14-xlarge # arm64 + - macos-15-intel + - macos-latest # arm64 determinate: - true - false @@ -78,7 +76,7 @@ jobs: run: echo $PATH - name: Render the devshell - if: (success() || failure()) && matrix.runner != 'macos-13-large' && matrix.runner != 'macos-14-large' + if: (success() || failure()) && matrix.runner != 'macos-15-intel' run: | nix develop --command date From 11e0aaf305616710f1f150d00c600b5d103527ba Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Wed, 28 Jan 2026 12:12:32 -0500 Subject: [PATCH 2/2] Oh right we don't support intel --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f28541..8656261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,6 @@ jobs: - ubuntu-latest - nscloud-ubuntu-22.04-amd64-4x16 - namespace-profile-default-arm64 - - macos-15-intel - macos-latest # arm64 determinate: - true @@ -76,7 +75,7 @@ jobs: run: echo $PATH - name: Render the devshell - if: (success() || failure()) && matrix.runner != 'macos-15-intel' + if: (success() || failure()) run: | nix develop --command date