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 11bd38c commit c50d698Copy full SHA for c50d698
.github/workflows/pants.yaml
@@ -16,11 +16,13 @@ jobs:
16
# Replace with your profile label https://namespace.so/docs/features/faster-github-actions#using-runner-profiles
17
- namespace-profile-default
18
- namespace-profile-default-arm64
19
- - ubuntu-22.04
20
- - ubuntu-22.04-arm
+ # - ubuntu-22.04
+ # - ubuntu-22.04-arm
21
python-version: [3.9]
22
fail-fast: false
23
- runs-on: ${{ matrix.runner }}
+ runs-on:
24
+ - ${{ matrix.runner }}
25
+ - namespace-features:privileged;host-pid-namespace
26
steps:
27
- uses: actions/checkout@v4
28
# - name: Set up remote cache
0 commit comments