Skip to content

Commit

Permalink
Upgrade CI to ubuntu-24.04 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored Feb 12, 2025
1 parent e356348 commit 23e31bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
strategy:
matrix:
python-version: [3.9]
Expand Down

0 comments on commit 23e31bf

Please sign in to comment.