Skip to content

Commit 51a2a90

Browse files
authored
Upgrade CI to ubuntu-24.04 (#21)
1 parent 6d985af commit 51a2a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
org-check:
1212
name: Check GitHub Organization
1313
if: ${{ github.repository_owner == 'pantsbuild' }}
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Noop
1717
run: "true"
1818
build:
1919
name: Perform CI Checks
2020
needs: org-check
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-24.04
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: pantsbuild/actions/init-pants@v5-scie-pants

0 commit comments

Comments
 (0)