From e4e7b5d0618c37fbd9c416e17e48b6a99b80669d Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 22:24:33 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .github/workflows/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index e7e2c73..df8ee65 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -9,7 +9,7 @@ on: jobs: presubmit: - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3