From 86cc665b58493628275eea94a6e848a078e80e3b Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 6 Sep 2022 11:05:40 +0200 Subject: [PATCH] fix --- .github/workflows/release-candidate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 47deb015f..d1aaff49c 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -5,7 +5,7 @@ on: jobs: arm64-making-something-cool: - runs-on: self-hosted + runs-on: [self-hosted, arm64] steps: - name: Checkout uses: actions/checkout@v3 @@ -37,7 +37,7 @@ jobs: with: webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }} amd64-making-something-cool: - runs-on: self-hosted + runs-on: [self-hosted, x64] steps: - name: Checkout uses: actions/checkout@v3