Skip to content

Commit

Permalink
[ci] Fix Azure Pipeline Agents (#6407)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyu1994 committed Apr 10, 2024
1 parent 28536a0 commit 628e91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
SETUP_CONDA: 'false'
OS_NAME: 'linux'
PRODUCES_ARTIFACTS: 'true'
pool: sh-mariner
pool: mariner-20240410-0
container: linux-artifact-builder
strategy:
matrix:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
IN_UBUNTU_BASE_CONTAINER: 'true'
OS_NAME: 'linux'
SETUP_CONDA: 'true'
pool: sh-mariner
pool: mariner-20240410-0
container: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 628e91a

Please sign in to comment.