Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 committed Mar 10, 2025
1 parent 47ed94f commit 3d1957c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ parameters:
default:
- name: AMD64
value: amd64
pool: pool-ubuntu-latest-multi-core
pool: ${{ variables.ubuntu_multi_core_pool }}
- name: ARM64
value: arm64
pool: pool-ubuntu-latest-arm64
pool: ${{ variables.ubuntu_arm64_pool }}

jobs:
- job: CheckPullRequest
Expand Down

0 comments on commit 3d1957c

Please sign in to comment.