Skip to content

Commit 7185000

Browse files
authored
Upgrade CI to ubuntu-24.04 (#43)
1 parent 9068d42 commit 7185000

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
@@ -8,7 +8,7 @@ jobs:
88
org-check:
99
name: Check GitHub Organization
1010
if: ${{ github.repository_owner == 'pantsbuild' }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Noop
1414
run: "true"
@@ -17,7 +17,7 @@ jobs:
1717
needs: org-check
1818
env:
1919
PANTS_CONFIG_FILES: pants.ci.toml
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
strategy:
2222
matrix:
2323
python-version: [3.9]

0 commit comments

Comments
 (0)