@@ -17,10 +17,10 @@ jobs:
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
20
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- name : Clear toolcache
25
25
shell : pwsh
26
26
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -40,10 +40,10 @@ jobs:
40
40
strategy :
41
41
fail-fast : false
42
42
matrix :
43
- operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
43
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
47
47
- name : Clear toolcache
48
48
shell : pwsh
49
49
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -69,10 +69,10 @@ jobs:
69
69
strategy :
70
70
fail-fast : false
71
71
matrix :
72
- operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
72
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@v3
75
+ uses : actions/checkout@v4
76
76
- name : Clear toolcache
77
77
shell : pwsh
78
78
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -94,10 +94,10 @@ jobs:
94
94
strategy :
95
95
fail-fast : false
96
96
matrix :
97
- operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
97
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
98
98
steps :
99
99
- name : Checkout
100
- uses : actions/checkout@v3
100
+ uses : actions/checkout@v4
101
101
- name : Clear toolcache
102
102
shell : pwsh
103
103
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -114,10 +114,10 @@ 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-latest, windows-latest, macos-13 ]
118
118
steps :
119
119
- name : Checkout
120
- uses : actions/checkout@v3
120
+ uses : actions/checkout@v4
121
121
- name : Clear toolcache
122
122
shell : pwsh
123
123
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -138,10 +138,10 @@ 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-latest, windows-latest, macos-13 ]
142
142
steps :
143
143
- name : Checkout
144
- uses : actions/checkout@v3
144
+ uses : actions/checkout@v4
145
145
- name : Clear toolcache
146
146
shell : pwsh
147
147
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -159,10 +159,10 @@ 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-latest, windows-latest, macos-13 ]
163
163
steps :
164
164
- name : Checkout
165
- uses : actions/checkout@v3
165
+ uses : actions/checkout@v4
166
166
- name : Clear toolcache
167
167
shell : pwsh
168
168
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -183,10 +183,10 @@ 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-latest, windows-latest, macos-13 ]
187
187
steps :
188
188
- name : Checkout
189
- uses : actions/checkout@v3
189
+ uses : actions/checkout@v4
190
190
- name : Clear toolcache
191
191
shell : pwsh
192
192
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -209,10 +209,10 @@ 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-latest, windows-latest, macos-13 ]
213
213
steps :
214
214
- name : Checkout
215
- uses : actions/checkout@v3
215
+ uses : actions/checkout@v4
216
216
- name : Clear toolcache
217
217
shell : pwsh
218
218
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -234,10 +234,10 @@ 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-latest, windows-latest, macos-13 ]
238
238
steps :
239
239
- name : Checkout
240
- uses : actions/checkout@v3
240
+ uses : actions/checkout@v4
241
241
- name : Clear toolcache
242
242
shell : pwsh
243
243
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -259,10 +259,10 @@ jobs:
259
259
strategy :
260
260
fail-fast : false
261
261
matrix :
262
- operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
262
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
263
263
steps :
264
264
- name : Checkout
265
- uses : actions/checkout@v3
265
+ uses : actions/checkout@v4
266
266
- name : Clear toolcache
267
267
shell : pwsh
268
268
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -281,12 +281,12 @@ jobs:
281
281
strategy :
282
282
fail-fast : false
283
283
matrix :
284
- operating-system : [ubuntu-latest, windows-latest, macos-latest ]
284
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
285
285
env :
286
286
NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
287
287
steps :
288
288
- name : Checkout
289
- uses : actions/checkout@v3
289
+ uses : actions/checkout@v4
290
290
- name : Clear toolcache
291
291
shell : pwsh
292
292
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -312,12 +312,12 @@ jobs:
312
312
strategy :
313
313
fail-fast : false
314
314
matrix :
315
- operating-system : [ubuntu-latest, windows-latest, macos-latest ]
315
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
316
316
env :
317
317
NUGET_PACKAGES : ${{ github.workspace }}/.nuget/packages
318
318
steps :
319
319
- name : Checkout
320
- uses : actions/checkout@v3
320
+ uses : actions/checkout@v4
321
321
- name : Clear toolcache
322
322
shell : pwsh
323
323
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -341,10 +341,10 @@ jobs:
341
341
strategy :
342
342
fail-fast : false
343
343
matrix :
344
- operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
344
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
345
345
steps :
346
346
- name : Checkout
347
- uses : actions/checkout@v3
347
+ uses : actions/checkout@v4
348
348
- name : Clear toolcache
349
349
shell : pwsh
350
350
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -367,10 +367,10 @@ jobs:
367
367
strategy :
368
368
fail-fast : false
369
369
matrix :
370
- operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
370
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
371
371
steps :
372
372
- name : Checkout
373
- uses : actions/checkout@v3
373
+ uses : actions/checkout@v4
374
374
- name : Clear toolcache
375
375
shell : pwsh
376
376
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -391,9 +391,9 @@ jobs:
391
391
if (-not ($version -eq '${{steps.step2.outputs.dotnet-version}}')) { throw "Unexpected output value" }
392
392
393
393
test-proxy :
394
- runs-on : ubuntu-latest
394
+ runs-on : ubuntu-22.04
395
395
container :
396
- image : ubuntu:latest
396
+ image : ubuntu:22.04
397
397
options : --dns 127.0.0.1
398
398
services :
399
399
squid-proxy :
@@ -405,7 +405,7 @@ jobs:
405
405
http_proxy : http://squid-proxy:3128
406
406
steps :
407
407
- name : Checkout
408
- uses : actions/checkout@v3
408
+ uses : actions/checkout@v4
409
409
- name : Install Powershell
410
410
run : |
411
411
apt-get update
@@ -437,7 +437,7 @@ jobs:
437
437
no_proxy : github.com,dotnetcli.blob.core.windows.net,download.visualstudio.microsoft.com,api.nuget.org,dotnetcli.azureedge.net
438
438
steps :
439
439
- name : Checkout
440
- uses : actions/checkout@v3
440
+ uses : actions/checkout@v4
441
441
- name : Clear toolcache
442
442
shell : pwsh
443
443
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
@@ -457,12 +457,12 @@ jobs:
457
457
strategy :
458
458
fail-fast : false
459
459
matrix :
460
- operating-system : [ubuntu-latest, windows-latest, macOS-latest ]
460
+ operating-system : [ubuntu-latest, windows-latest, macos-13 ]
461
461
lower-version : ['3.1.426']
462
462
higher-version : ['7.0.203']
463
463
steps :
464
464
- name : Checkout
465
- uses : actions/checkout@v3
465
+ uses : actions/checkout@v4
466
466
- name : Clear toolcache
467
467
shell : pwsh
468
468
run : __tests__/clear-toolcache.ps1 ${{ runner.os }}
0 commit comments