Unverified Commit 628e91a9 authored by shiyu1994's avatar shiyu1994 Committed by GitHub
Browse files

[ci] Fix Azure Pipeline Agents (#6407)

parent 28536a0a
...@@ -34,7 +34,7 @@ jobs: ...@@ -34,7 +34,7 @@ jobs:
SETUP_CONDA: 'false' SETUP_CONDA: 'false'
OS_NAME: 'linux' OS_NAME: 'linux'
PRODUCES_ARTIFACTS: 'true' PRODUCES_ARTIFACTS: 'true'
pool: sh-mariner pool: mariner-20240410-0
container: linux-artifact-builder container: linux-artifact-builder
strategy: strategy:
matrix: matrix:
...@@ -87,7 +87,7 @@ jobs: ...@@ -87,7 +87,7 @@ jobs:
IN_UBUNTU_BASE_CONTAINER: 'true' IN_UBUNTU_BASE_CONTAINER: 'true'
OS_NAME: 'linux' OS_NAME: 'linux'
SETUP_CONDA: 'true' SETUP_CONDA: 'true'
pool: sh-mariner pool: mariner-20240410-0
container: ubuntu-latest container: ubuntu-latest
strategy: strategy:
matrix: matrix:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment