Skip to content

Commit

Permalink
fixup! Adding azlinux3 testing to dep_rust.yml workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
marosset committed Jan 13, 2025
1 parent b0e046f commit 696a751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dep_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ fromJson(
format('["self-hosted", "{0}", "X64", "1ES.Pool=hld-{1}-{2}"]',
matrix.hypervisor == 'hyperv' && 'Windows' || 'Linux',
matrix.hypervisor == 'hyperv' && 'win2022' || matrix.hypervisor == 'mhsv3' && 'azlinux3-mshv' || matrix.hypervisor,
matrix.hypervisor == 'hyperv' && 'win2022' || matrix.hypervisor == 'mshv3' && 'azlinux3-mshv' || matrix.hypervisor,
matrix.cpu)) }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 696a751

Please sign in to comment.