diff options
| author | Seth Flynn <[email protected]> | 2025-02-10 20:57:43 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-10 20:57:43 -0500 |
| commit | a82b5ff979619da03ed64e817fc5d8e4e217bddc (patch) | |
| tree | b60675124740b7b7704365ce5bfe13765530841e /.github | |
| parent | 726ac4fb0b889ef45b7355f56a51fc4d45167386 (diff) | |
ci: ubuntu-24.04-arm -> ubuntu-22.04-arm
https://github.com/DeterminateSystems/nix-installer/issues/1397
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |
