From 04a322ca382e61d06e2218b739edf3796eff81a3 Mon Sep 17 00:00:00 2001 From: pasta Date: Thu, 6 Feb 2025 16:03:27 -0600 Subject: [PATCH] ci: guix use arm --- .github/workflows/guix-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/guix-build.yml b/.github/workflows/guix-build.yml index 8a48ee178b80f..086cbefcfc121 100644 --- a/.github/workflows/guix-build.yml +++ b/.github/workflows/guix-build.yml @@ -11,7 +11,7 @@ on: jobs: build-image: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm outputs: image-tag: ${{ steps.prepare.outputs.image-tag }} repo-name: ${{ steps.prepare.outputs.repo-name }} @@ -64,7 +64,7 @@ jobs: build: needs: build-image # runs-on: [ "self-hosted", "linux", "x64", "ubuntu-core" ] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm # if: ${{ contains(github.event.pull_request.labels.*.name, 'guix-build') }} strategy: matrix: