summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-10 20:57:43 -0500
committerSeth Flynn <[email protected]>2025-02-10 20:57:43 -0500
commita82b5ff979619da03ed64e817fc5d8e4e217bddc (patch)
treeb60675124740b7b7704365ce5bfe13765530841e /.github/workflows
parent726ac4fb0b889ef45b7355f56a51fc4d45167386 (diff)
ci: ubuntu-24.04-arm -> ubuntu-22.04-arm
https://github.com/DeterminateSystems/nix-installer/issues/1397
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yaml2
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 }}