From 20ad46f2401c10161a9453b043f8016921d8db2c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 16 Jun 2022 13:46:50 -0400 Subject: [PATCH] run 'Link Checker: All English' on ubuntu-20.04-xl (#28574) --- .github/workflows/link-check-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check-all.yml b/.github/workflows/link-check-all.yml index 8cbdac109d..38c615312f 100644 --- a/.github/workflows/link-check-all.yml +++ b/.github/workflows/link-check-all.yml @@ -24,7 +24,7 @@ concurrency: jobs: check-links: - runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }} + runs-on: ${{ fromJSON('["ubuntu-latest", "ubuntu-20.04-xl"]')[github.repository == 'github/docs-internal'] }} steps: - name: Checkout uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748