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:
parent
e04a388232
commit
585cd058e8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
# TODO: Change them once the repository configuration is updated.
|
# TODO: Change them once the repository configuration is updated.
|
||||||
|
|
||||||
test-stable:
|
test-stable:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- run: nix flake check --override-input nixpkgs nixpkgs/${{ env.NIXPKGS_BRANCH }}
|
- run: nix flake check --override-input nixpkgs nixpkgs/${{ env.NIXPKGS_BRANCH }}
|
||||||
|
|
||||||
install-against-stable:
|
install-against-stable:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -88,7 +88,7 @@ jobs:
|
||||||
--override-input nixpkgs nixpkgs/${{ env.NIXPKGS_BRANCH }}
|
--override-input nixpkgs nixpkgs/${{ env.NIXPKGS_BRANCH }}
|
||||||
|
|
||||||
install-flake:
|
install-flake:
|
||||||
runs-on: macos-13
|
runs-on: macos-14
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue