From a82b5ff979619da03ed64e817fc5d8e4e217bddc Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Mon, 10 Feb 2025 20:57:43 -0500 Subject: ci: ubuntu-24.04-arm -> ubuntu-22.04-arm https://github.com/DeterminateSystems/nix-installer/issues/1397 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5052d32..f5eca85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: os: ubuntu-latest - system: aarch64-linux - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm runs-on: ${{ matrix.os }} -- cgit v1.2.3