From 2bad98424f93707197a0e9e98355674ae32e2c4c Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 20 Mar 2023 13:49:41 +0100 Subject: [PATCH] switch back to aarch-runners --- .github/workflows/staging-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index 8f37e9310..dfd96e9bb 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -41,7 +41,8 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} aarch64: - runs-on: buildjet-4vcpu-ubuntu-2204-arm + runs-on: + group: aarch-runners steps: - name: Checkout uses: actions/checkout@v3