use set ubuntu version
This commit is contained in:
parent
55553b0b0f
commit
bf5f4746ab
1 changed files with 2 additions and 4 deletions
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
|
|
@ -6,12 +6,10 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-20.04
|
||||
target-system:
|
||||
- ymir
|
||||
- tartarus
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
|
|
@ -24,7 +22,7 @@ jobs:
|
|||
# Pre-build the system configuration
|
||||
- run: nix build --accept-flake-config --dry-run .#nixosConfigurations.${{ matrix.target-system }}.config.system.build.toplevel
|
||||
check-formatting:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue