From e95e3c487f0395afba82f84362b719cc906597de Mon Sep 17 00:00:00 2001 From: Sam-Armstrong Date: Wed, 22 May 2024 00:54:08 +0100 Subject: [PATCH] fix --- .github/workflows/update-dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dashboard.yml b/.github/workflows/update-dashboard.yml index 14749a5..41ca1b3 100644 --- a/.github/workflows/update-dashboard.yml +++ b/.github/workflows/update-dashboard.yml @@ -9,7 +9,7 @@ permissions: contents: write jobs: update-dashboard: - runs-on: ubuntu-latest-8-core + runs-on: large-runner steps: - name: Checkout code uses: actions/checkout@v3