Skip to content

Commit 151896f

Browse files
committed
Arm runners from matrix
1 parent 159a3ae commit 151896f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/pants.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ on: [push, workflow_dispatch]
1010
jobs:
1111
build:
1212
name: Perform CI Checks
13-
runs-on:
14-
# Replace with your profile label https://namespace.so/docs/features/faster-github-actions#using-runner-profiles
15-
- namespace-profile-default
16-
- namespace-profile-default-arm64
1713
strategy:
1814
matrix:
15+
runner:
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
1919
python-version: [3.9]
20+
fail-fast: false
21+
runs-on: ${{ matrix.runner }}
2022
steps:
2123
- uses: actions/checkout@v4
2224
- name: Set up remote cache

0 commit comments

Comments
 (0)