From d08d0f0f06a00c22f8eecbf69b9889a3732cdf49 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 22:30:44 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .github/workflows/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index b7d2c1ba9a..47fe567128 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -17,7 +17,7 @@ jobs: - elixir: "1.14.5-otp-26" otp: "26.2.3" fail-fast: false - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' steps: - name: Checkout repo uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: required-checks: needs: tests if: ${{ always() }} - runs-on: ubuntu-20.04 + runs-on: 'ubuntu-24.04' steps: - name: Required checks collector run: 'test "${{ needs.tests.result }}" = "success"'