Skip to content

Commit

Permalink
Upgrade CI to ubuntu-24.04 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw authored Feb 12, 2025
1 parent 78695fe commit 8a8482d
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,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
Expand Down

0 comments on commit 8a8482d

Please sign in to comment.