Commit 5da98d4
committed
ci: use repo variables for lint and cache-depends-sources runners
Use `vars.RUNNER_AMD64` and `vars.RUNNER_ARM64` repo variables with
GitHub-hosted runner fallback defaults, matching the pattern from the
main build pipeline PR.
- cache-depends-sources.yml: ${{ vars.RUNNER_ARM64 || 'ubuntu-24.04-arm' }}
- lint.yml: ${{ vars.RUNNER_AMD64 || 'ubuntu-24.04' }}1 parent 11c2565 commit 5da98d4
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments