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
This commit is contained in:
Sam 2025-08-14 20:50:35 -07:00
parent e04a388232
commit 585cd058e8
No known key found for this signature in database
GPG key ID: 07C4B9795517E3B4

View file

@ -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