mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
ci: use latest free-disk-space action and latest ubuntu
This commit is contained in:
parent
f252d839a0
commit
c214bfa525
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build-system.yml
vendored
8
.github/workflows/build-system.yml
vendored
|
@ -5,13 +5,13 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-x86_64-demeter:
|
build-x86_64-demeter:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
uses: jlumbroso/free-disk-space@v1.3.1
|
uses: jlumbroso/free-disk-space@latest
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Check Nix flake Nixpkgs inputs
|
- name: Check Nix flake Nixpkgs inputs
|
||||||
uses: DeterminateSystems/flake-checker-action@main
|
uses: DeterminateSystems/flake-checker-action@main
|
||||||
|
@ -21,13 +21,13 @@ jobs:
|
||||||
# nix flake check --all-systems
|
# nix flake check --all-systems
|
||||||
nix build .#nixosConfigurations.demeter.config.system.build.toplevel
|
nix build .#nixosConfigurations.demeter.config.system.build.toplevel
|
||||||
build-aarch64-callisto:
|
build-aarch64-callisto:
|
||||||
runs-on: ubuntu-24.04-arm
|
runs-on: ubuntu-latest-arm
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
uses: jlumbroso/free-disk-space@v1.3.1
|
uses: jlumbroso/free-disk-space@latest
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Check Nix flake Nixpkgs inputs
|
- name: Check Nix flake Nixpkgs inputs
|
||||||
uses: DeterminateSystems/flake-checker-action@main
|
uses: DeterminateSystems/flake-checker-action@main
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue