File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
- resources :
2
- repositories :
3
- - repository : azure-sdk-build-tools
4
- type : git
5
- name : internal/azure-sdk-build-tools
6
-
7
1
trigger :
8
2
branches :
9
3
include :
@@ -30,7 +24,7 @@ stages:
30
24
jobs :
31
25
- job : ' Build'
32
26
pool :
33
- vmImage : ' ubuntu-18 .04'
27
+ vmImage : ' ubuntu-22 .04'
34
28
strategy :
35
29
matrix :
36
30
Java 8 :
@@ -83,32 +77,32 @@ stages:
83
77
matrix :
84
78
Linux - Java 8 :
85
79
OSName : ' Linux'
86
- OSVmImage : ' ubuntu-18 .04'
80
+ OSVmImage : ' ubuntu-22 .04'
87
81
ProfileFlag : ' -Djava8'
88
82
JavaVersion : ' 1.8'
89
83
macOS - Java 8 :
90
84
OSName : ' macOS'
91
- OSVmImage : ' macOS-10.15 '
85
+ OSVmImage : ' macOS-13 '
92
86
ProfileFlag : ' -Djava8'
93
87
JavaVersion : ' 1.8'
94
88
Windows - Java 8 :
95
89
OSName : ' Windows'
96
- OSVmImage : ' vs2017-win2016 '
90
+ OSVmImage : ' windows-2022 '
97
91
ProfileFlag : ' -Djava8'
98
92
JavaVersion : ' 1.8'
99
93
Linux - Java LTS :
100
94
OSName : ' Linux'
101
- OSVmImage : ' ubuntu-18 .04'
95
+ OSVmImage : ' ubuntu-22 .04'
102
96
ProfileFlag : ' -Djava-lts'
103
97
JavaVersion : ' 1.11'
104
98
macOS - Java LTS :
105
99
OSName : ' macOS'
106
- OSVmImage : ' macOS-10.15 '
100
+ OSVmImage : ' macOS-13 '
107
101
ProfileFlag : ' -Djava-lts'
108
102
JavaVersion : ' 1.11'
109
103
Windows - Java LTS :
110
104
OSName : ' Windows'
111
- OSVmImage : ' vs2017-win2016 '
105
+ OSVmImage : ' windows-2022 '
112
106
ProfileFlag : ' -Djava-lts'
113
107
JavaVersion : ' 1.11'
114
108
You can’t perform that action at this time.
0 commit comments