From 700044d007d7d3d0642320f15ad1b445bb1b6a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Tue, 7 Feb 2023 15:41:02 +0000 Subject: [PATCH] chore: fix the runner type --- .github/workflows/azure-staticwebapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-staticwebapp.yml b/.github/workflows/azure-staticwebapp.yml index 3c2bca5..ca09510 100644 --- a/.github/workflows/azure-staticwebapp.yml +++ b/.github/workflows/azure-staticwebapp.yml @@ -35,7 +35,7 @@ jobs: contents: read # for actions/checkout to fetch code pull-requests: write # for Azure/static-web-apps-deploy to comment on PRs if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - runs-on: ubuntu-latest + runs-on: [ Linux, ARO ] name: Build and Deploy Job steps: - uses: actions/checkout@v3 @@ -59,7 +59,7 @@ jobs: permissions: contents: none if: github.event_name == 'pull_request' && github.event.action == 'closed' - runs-on: ubuntu-latest + runs-on: [ Linux, ARO ] name: Close Pull Request Job steps: - name: Close Pull Request