From a9fd8b128147cbfd4567dc5fd4f2c5c405acdbc1 Mon Sep 17 00:00:00 2001 From: Bryan Naegele Date: Mon, 2 Dec 2024 13:57:31 -0700 Subject: [PATCH 1/2] Remove ubuntu-latest --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6e2f46ab..5cc97b3a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -3,7 +3,7 @@ on: [pull_request_target] jobs: triage: - runs-on: ubuntu-latest + runs-on: ubuntu-24 steps: - uses: actions/labeler@v4 with: From feb15cf8f58df8798c95f7b143ca3d38c889cba5 Mon Sep 17 00:00:00 2001 From: Bryan Naegele Date: Mon, 2 Dec 2024 14:07:41 -0700 Subject: [PATCH 2/2] Update labeler.yml --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5cc97b3a..9b09914d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -3,7 +3,7 @@ on: [pull_request_target] jobs: triage: - runs-on: ubuntu-24 + runs-on: ubuntu-24.04 steps: - uses: actions/labeler@v4 with: