Skip to content

Commit f74674d

Browse files
committed
Fix formattign error in runs-on
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 99d2ec2 commit f74674d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/RustNightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
cpu: [amd, intel]
3333
config: [debug, release]
3434
runs-on: ${{ fromJson(
35-
format('["self-hosted", "Linux", "X64", "1ES.Pool=hld-{0}-{1}", "JobId=musl-{2}-{3}-{4}-{5}-{6}"]',
35+
format('["self-hosted", "Linux", "X64", "1ES.Pool=hld-{0}-{1}", "JobId=musl-{2}-{3}-{4}-{5}-{6}-{7}"]',
3636
matrix.hypervisor == 'mshv3' && 'azlinux3-mshv' || matrix.hypervisor,
3737
matrix.cpu,
38+
matrix.hypervisor,
39+
matrix.cpu,
3840
matrix.config,
3941
github.run_id,
4042
github.run_number,

0 commit comments

Comments
 (0)