Skip to content

Commit 60ed1e8

Browse files
authored
Upgrade CI to ubuntu-24.04 (#22)
1 parent 455ff05 commit 60ed1e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ 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

1919
build:
2020
name: Perform CI Checks
2121
needs: org-check
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-24.04
2323
strategy:
2424
matrix:
2525
python-version: [3.8]

0 commit comments

Comments
 (0)