From 585cd058e88f7f280ced3a9e3cb868f1b4f198f5 Mon Sep 17 00:00:00 2001 From: Sam <30577766+Samasaur1@users.noreply.github.com> Date: Thu, 14 Aug 2025 20:50:35 -0700 Subject: [PATCH] ci: bump macOS version (13 -> 14) The runners from macOS 14 on default to aarch64, so this will also transition us away from x86_64 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5a0129..29cff93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: # TODO: Change them once the repository configuration is updated. test-stable: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 - name: Install Nix @@ -29,7 +29,7 @@ jobs: - run: nix flake check --override-input nixpkgs nixpkgs/${{ env.NIXPKGS_BRANCH }} install-against-stable: - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v4 @@ -88,7 +88,7 @@ jobs: --override-input nixpkgs nixpkgs/${{ env.NIXPKGS_BRANCH }} install-flake: - runs-on: macos-13 + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v4