17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
20
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
21
21
steps :
22
22
- name : Checkout
23
23
uses : actions/checkout@v3
40
40
strategy :
41
41
fail-fast : false
42
42
matrix :
43
- operating-system : [ubuntu-latest , windows-latest, macOS-latest ]
43
+ operating-system : [ubuntu-22.04 , windows-latest, macos-13 ]
44
44
steps :
45
45
- name : Checkout
46
46
uses : actions/checkout@v3
69
69
strategy :
70
70
fail-fast : false
71
71
matrix :
72
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
72
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
73
73
steps :
74
74
- name : Checkout
75
75
uses : actions/checkout@v3
94
94
strategy :
95
95
fail-fast : false
96
96
matrix :
97
- operating-system : [ubuntu-latest , windows-latest, macOS-latest ]
97
+ operating-system : [ubuntu-22.04 , windows-latest, macos-13 ]
98
98
steps :
99
99
- name : Checkout
100
100
uses : actions/checkout@v3
@@ -114,7 +114,7 @@ jobs:
114
114
strategy :
115
115
fail-fast : false
116
116
matrix :
117
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
117
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
118
118
steps :
119
119
- name : Checkout
120
120
uses : actions/checkout@v3
@@ -138,7 +138,7 @@ jobs:
138
138
strategy :
139
139
fail-fast : false
140
140
matrix :
141
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
141
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
142
142
steps :
143
143
- name : Checkout
144
144
uses : actions/checkout@v3
@@ -159,7 +159,7 @@ jobs:
159
159
strategy :
160
160
fail-fast : false
161
161
matrix :
162
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
162
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
163
163
steps :
164
164
- name : Checkout
165
165
uses : actions/checkout@v3
@@ -183,7 +183,7 @@ jobs:
183
183
strategy :
184
184
fail-fast : false
185
185
matrix :
186
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
186
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
187
187
steps :
188
188
- name : Checkout
189
189
uses : actions/checkout@v3
@@ -209,7 +209,7 @@ jobs:
209
209
strategy :
210
210
fail-fast : false
211
211
matrix :
212
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
212
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
213
213
steps :
214
214
- name : Checkout
215
215
uses : actions/checkout@v3
@@ -234,7 +234,7 @@ jobs:
234
234
strategy :
235
235
fail-fast : false
236
236
matrix :
237
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
237
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
238
238
steps :
239
239
- name : Checkout
240
240
uses : actions/checkout@v3
@@ -256,7 +256,7 @@ jobs:
256
256
strategy :
257
257
fail-fast : false
258
258
matrix :
259
- operating-system : [ubuntu-latest , windows-latest, macos-latest]
259
+ operating-system : [ubuntu-22.04 , windows-latest, macos-latest]
260
260
env :
261
261
NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
262
262
steps :
@@ -287,7 +287,7 @@ jobs:
287
287
strategy :
288
288
fail-fast : false
289
289
matrix :
290
- operating-system : [ubuntu-latest , windows-latest, macos-latest]
290
+ operating-system : [ubuntu-22.04 , windows-latest, macos-latest]
291
291
env :
292
292
NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
293
293
steps :
@@ -316,7 +316,7 @@ jobs:
316
316
strategy :
317
317
fail-fast : false
318
318
matrix :
319
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
319
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
320
320
steps :
321
321
- name : Checkout
322
322
uses : actions/checkout@v3
@@ -342,7 +342,7 @@ jobs:
342
342
strategy :
343
343
fail-fast : false
344
344
matrix :
345
- operating-system : [ubuntu-latest , windows-latest, macOS-latest]
345
+ operating-system : [ubuntu-22.04 , windows-latest, macOS-latest]
346
346
steps :
347
347
- name : Checkout
348
348
uses : actions/checkout@v3
@@ -366,7 +366,7 @@ jobs:
366
366
if (-not ($version -eq '${{steps.step2.outputs.dotnet-version}}')) { throw "Unexpected output value" }
367
367
368
368
test-proxy :
369
- runs-on : ubuntu-latest
369
+ runs-on : ubuntu-22.04
370
370
container :
371
371
image : ubuntu:latest
372
372
options : --dns 127.0.0.1
@@ -406,7 +406,7 @@ jobs:
406
406
__tests__/verify-dotnet.ps1 -Patterns "^6.0" -CheckNugetConfig
407
407
408
408
test-bypass-proxy :
409
- runs-on : ubuntu-latest
409
+ runs-on : ubuntu-22.04
410
410
env :
411
411
https_proxy : http://no-such-proxy:3128
412
412
no_proxy : github.com,dotnetcli.blob.core.windows.net,download.visualstudio.microsoft.com,api.nuget.org,dotnetcli.azureedge.net
0 commit comments