From c214bfa52594296ce61f116f667a4aa6981a5343 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 19 Apr 2025 21:33:28 -0700 Subject: [PATCH] ci: use latest free-disk-space action and latest ubuntu --- .github/workflows/build-system.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-system.yml b/.github/workflows/build-system.yml index 73945ab..456f60e 100644 --- a/.github/workflows/build-system.yml +++ b/.github/workflows/build-system.yml @@ -5,13 +5,13 @@ on: jobs: build-x86_64-demeter: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: contents: read id-token: write steps: - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@v1.3.1 + uses: jlumbroso/free-disk-space@latest - uses: actions/checkout@v4 - name: Check Nix flake Nixpkgs inputs uses: DeterminateSystems/flake-checker-action@main @@ -21,13 +21,13 @@ jobs: # nix flake check --all-systems nix build .#nixosConfigurations.demeter.config.system.build.toplevel build-aarch64-callisto: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-latest-arm permissions: contents: read id-token: write steps: - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@v1.3.1 + uses: jlumbroso/free-disk-space@latest - uses: actions/checkout@v4 - name: Check Nix flake Nixpkgs inputs uses: DeterminateSystems/flake-checker-action@main