Skip to content

Commit 45b3f7b

Browse files
authored
Upgrade to Ubuntu 24.04 in CI. (#144)
1 parent 6a64ed3 commit 45b3f7b

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

0 commit comments

Comments
 (0)