From e32faf1368aeeec930c3eab61d88875ee32e8670 Mon Sep 17 00:00:00 2001 From: NullBite Date: Fri, 14 Feb 2025 00:49:25 -0500 Subject: [PATCH] ci: downgrade runners to 22.04 there's a bug that causes nix-installer-action to fail on arm on 24.04 DeterminateSystems/nix-installer#1397 --- .github/workflows/build-then-cache.yaml | 6 +++--- .github/workflows/proactive-update.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-then-cache.yaml b/.github/workflows/build-then-cache.yaml index 2c19999..46686f8 100644 --- a/.github/workflows/build-then-cache.yaml +++ b/.github/workflows/build-then-cache.yaml @@ -6,7 +6,7 @@ on: jobs: build_arm: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-22.04-arm steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 @@ -26,7 +26,7 @@ jobs: - run: 'nix develop .#ci --command bash ci/run_builds.sh' build_x86-64_packages: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 @@ -43,7 +43,7 @@ jobs: - run: 'nix develop .#ci --command bash ci/run_builds.sh packages' build_x86-64: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 diff --git a/.github/workflows/proactive-update.yaml b/.github/workflows/proactive-update.yaml index 99065a0..8ed4d58 100644 --- a/.github/workflows/proactive-update.yaml +++ b/.github/workflows/proactive-update.yaml @@ -9,7 +9,7 @@ on: jobs: build_arm: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-22.04-arm steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 @@ -29,7 +29,7 @@ jobs: - run: 'nix develop .#ci --command bash ci/run_builds.sh' build_x86: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16