Skip to content

Commit

Permalink
Upgrade CI to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed Feb 12, 2025
1 parent 455ff05 commit 7d9754e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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
strategy:
matrix:
python-version: [3.8]
Expand Down

0 comments on commit 7d9754e

Please sign in to comment.