Skip to content

Commit bc0f0a5

Browse files
authored
fix pipeline (#2270)
1 parent 7334fdc commit bc0f0a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extends:
3232

3333
- job: Linux
3434
pool:
35-
name: '1es-ubuntu-22.04-x64'
35+
name: 1es-ubuntu-22.04-x64
3636
os: linux
3737
steps:
3838
- template: .ci/common-validation.yml@self
@@ -41,7 +41,7 @@ extends:
4141

4242
- job: LinuxMinspec
4343
pool:
44-
name: '1es-ubuntu-22.04-x64'
44+
name: 1es-ubuntu-22.04-x64
4545
os: linux
4646
steps:
4747
- template: .ci/common-validation.yml@self
@@ -51,7 +51,7 @@ extends:
5151

5252
- job: Windows
5353
pool:
54-
name: windows-latest
54+
name: 1es-windows-2022-x64
5555
os: windows
5656
steps:
5757
- template: .ci/common-validation.yml@self

0 commit comments

Comments
 (0)