From 9694ceb63e27da224964622ded77b98bfae5042f Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Thu, 18 Jul 2024 16:00:16 -0700 Subject: [PATCH] Fix machine label --- .github/workflows/autofix-reminder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix-reminder.yml b/.github/workflows/autofix-reminder.yml index 373912675f129..3181eb937ac8a 100644 --- a/.github/workflows/autofix-reminder.yml +++ b/.github/workflows/autofix-reminder.yml @@ -28,7 +28,7 @@ jobs: REQUIRES_AUTOFIX_LABEL: "Autofix Validation Required" DOES_NOT_REQUIRE_AUTOFIX_LABEL: "No Autofix Validation Required" - runs-on: ubuntu-l atest + runs-on: ubuntu-latest steps: - name: Check existing labels shell: bash