ci: bump macOS version (13 -> 14) (#1569)

This commit is contained in:
Sam 2025-08-15 15:57:17 +00:00 committed by GitHub
commit f5ad8e3e76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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