From 11ee2812c0768e2f5f4132ad37154daa59196ece Mon Sep 17 00:00:00 2001 From: Benjy Weinberger Date: Tue, 11 Feb 2025 17:37:03 -0800 Subject: [PATCH] Upgrade CI to ubuntu-24.04 --- .github/workflows/pants.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pants.yaml b/.github/workflows/pants.yaml index 2a66658..52b7bf6 100644 --- a/.github/workflows/pants.yaml +++ b/.github/workflows/pants.yaml @@ -11,14 +11,14 @@ jobs: org-check: name: Check GitHub Organization if: ${{ github.repository_owner == 'pantsbuild' }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Noop run: "true" build: name: Perform CI Checks needs: org-check - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: pantsbuild/actions/init-pants@v5-scie-pants