Skip to content

Commit 23e31bf

Browse files
authored
Upgrade CI to ubuntu-24.04 (#10)
1 parent e356348 commit 23e31bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yml

+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
strategy:
2323
matrix:
2424
python-version: [3.9]

0 commit comments

Comments
 (0)