We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e356348 commit 23e31bfCopy full SHA for 23e31bf
.github/workflows/pants.yml
@@ -11,14 +11,14 @@ jobs:
11
org-check:
12
name: Check GitHub Organization
13
if: ${{ github.repository_owner == 'pantsbuild' }}
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
15
steps:
16
- name: Noop
17
run: "true"
18
build:
19
name: Perform CI Checks
20
needs: org-check
21
22
strategy:
23
matrix:
24
python-version: [3.9]
0 commit comments