We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455ff05 commit 60ed1e8Copy full SHA for 60ed1e8
.github/workflows/pants.yaml
@@ -11,15 +11,15 @@ 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
19
build:
20
name: Perform CI Checks
21
needs: org-check
22
23
strategy:
24
matrix:
25
python-version: [3.8]
0 commit comments