Skip to content

Commit 847e89a

Browse files
authored
convert to consuming the azsdk pool and move linuxnext to ubuntu 24.04(Azure#2721)
1 parent 95eff26 commit 847e89a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

eng/pipelines/templates/variables/image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
variables:
44
- name: LINUXPOOL
5-
value: azsdk-pool-mms-ubuntu-2004-general
5+
value: azsdk-pool
66
- name: WINDOWSPOOL
7-
value: azsdk-pool-mms-win-2022-general
7+
value: azsdk-pool
88
- name: MACPOOL
99
value: Azure Pipelines
1010

1111
- name: LINUXVMIMAGE
12-
value: azsdk-pool-mms-ubuntu-2004-1espt
13-
- name: LINUXNEXTVMIMAGE
1412
value: ubuntu-22.04
13+
- name: LINUXNEXTVMIMAGE
14+
value: ubuntu-24.04
1515
- name: WINDOWSVMIMAGE
16-
value: azsdk-pool-mms-win-2022-1espt
16+
value: windows-2022
1717
- name: MACVMIMAGE
1818
value: macos-latest
1919

0 commit comments

Comments
 (0)