Skip to content

Commit 3d1957c

Browse files
committed
minor fix
1 parent 47ed94f commit 3d1957c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ parameters:
2727
default:
2828
- name: AMD64
2929
value: amd64
30-
pool: pool-ubuntu-latest-multi-core
30+
pool: ${{ variables.ubuntu_multi_core_pool }}
3131
- name: ARM64
3232
value: arm64
33-
pool: pool-ubuntu-latest-arm64
33+
pool: ${{ variables.ubuntu_arm64_pool }}
3434

3535
jobs:
3636
- job: CheckPullRequest

0 commit comments

Comments
 (0)