We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78695fe commit 8a8482dCopy full SHA for 8a8482d
.github/workflows/pants.yaml
@@ -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
23
- uses: actions/checkout@v4
24
- uses: pantsbuild/actions/init-pants@v5-scie-pants
0 commit comments