From d425e3837d6af9ebea8adfcbc34832a39b77f969 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 19 Apr 2025 21:55:13 -0700 Subject: [PATCH] fix(build-system): use 24.04 ubuntu images --- .github/workflows/build-system.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-system.yml b/.github/workflows/build-system.yml index 795e143..e60310d 100644 --- a/.github/workflows/build-system.yml +++ b/.github/workflows/build-system.yml @@ -5,7 +5,7 @@ on: jobs: build-x86_64-demeter: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: read id-token: write @@ -23,7 +23,7 @@ jobs: # nix flake check --all-systems nix build .#nixosConfigurations.demeter.config.system.build.toplevel build-aarch64-callisto: - runs-on: ubuntu-latest-arm + runs-on: ubuntu-24.04-arm permissions: contents: read id-token: write