From 6316148790b74ce7ea4d63584146e07bf86ed4f6 Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Tue, 28 May 2024 15:21:18 +0100 Subject: [PATCH] CI machine is upgraded to 24.05 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b04c46b9..b99f095e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: working-directory: sw/legacy/build simulator: - runs-on: nixos-23.11 + runs-on: nixos-24.05 steps: - uses: actions/checkout@v4