Skip to content

Commit c7dc535

Browse files
authored
Remove builds on Ubuntu 20.04 (#1120)
1 parent 20bbe73 commit c7dc535

9 files changed

+12
-32
lines changed

.azuredevops/pipelines/templates/stages/integration-tests-git-repository.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ stages:
1717
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
20-
Ubuntu_20_04:
21-
imageName: 'ubuntu-20.04'
2220
Ubuntu_22_04:
2321
imageName: 'ubuntu-22.04'
2422
Ubuntu_24_04:

.azuredevops/pipelines/templates/stages/integration-tests-markdownlint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ stages:
1717
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
20-
Ubuntu_20_04:
21-
imageName: 'ubuntu-20.04'
2220
Ubuntu_22_04:
2321
imageName: 'ubuntu-22.04'
2422
Ubuntu_24_04:

.azuredevops/pipelines/templates/stages/integration-tests-msbuild.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ stages:
1717
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
20-
Ubuntu_20_04:
21-
imageName: 'ubuntu-20.04'
2220
Ubuntu_22_04:
2321
imageName: 'ubuntu-22.04'
2422
Ubuntu_24_04:

.azuredevops/pipelines/templates/stages/integration-tests-reporting-console.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ stages:
1717
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
20-
Ubuntu_20_04:
21-
imageName: 'ubuntu-20.04'
2220
Ubuntu_22_04:
2321
imageName: 'ubuntu-22.04'
2422
Ubuntu_24_04:
@@ -43,8 +41,6 @@ stages:
4341
imageName: 'macOS-13'
4442
macOS_14:
4543
imageName: 'macOS-14'
46-
Ubuntu_20_04:
47-
imageName: 'ubuntu-20.04'
4844
Ubuntu_22_04:
4945
imageName: 'ubuntu-22.04'
5046
Ubuntu_24_04:

.azuredevops/pipelines/templates/stages/integration-tests-reporting-generic.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ stages:
1717
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
20-
Ubuntu_20_04:
21-
imageName: 'ubuntu-20.04'
2220
Ubuntu_22_04:
2321
imageName: 'ubuntu-22.04'
2422
Ubuntu_24_04:
@@ -46,8 +44,6 @@ stages:
4644
imageName: 'macOS-13'
4745
macOS_14:
4846
imageName: 'macOS-14'
49-
Ubuntu_20_04:
50-
imageName: 'ubuntu-20.04'
5147
Ubuntu_22_04:
5248
imageName: 'ubuntu-22.04'
5349
Ubuntu_24_04:

.azuredevops/pipelines/templates/stages/integration-tests-reporting-sarif.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ stages:
1717
imageName: 'macOS-13'
1818
macOS_14:
1919
imageName: 'macOS-14'
20-
Ubuntu_20_04:
21-
imageName: 'ubuntu-20.04'
2220
Ubuntu_22_04:
2321
imageName: 'ubuntu-22.04'
2422
Ubuntu_24_04:
@@ -46,8 +44,6 @@ stages:
4644
imageName: 'macOS-13'
4745
macOS_14:
4846
imageName: 'macOS-14'
49-
Ubuntu_20_04:
50-
imageName: 'ubuntu-20.04'
5147
Ubuntu_22_04:
5248
imageName: 'ubuntu-22.04'
5349
Ubuntu_24_04:
@@ -75,8 +71,6 @@ stages:
7571
imageName: 'macOS-13'
7672
macOS_14:
7773
imageName: 'macOS-14'
78-
Ubuntu_20_04:
79-
imageName: 'ubuntu-20.04'
8074
Ubuntu_22_04:
8175
imageName: 'ubuntu-22.04'
8276
Ubuntu_24_04:

.github/workflows/integrationtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
matrix:
4949
os: [
5050
windows-2019, windows-2022,
51-
ubuntu-20.04, ubuntu-22.04, ubuntu-24.04,
51+
ubuntu-22.04, ubuntu-24.04,
5252
macos-13, macos-14]
5353
dotnet: [8.x, 9.x]
5454
runs-on: ${{ matrix.os }}
@@ -78,7 +78,7 @@ jobs:
7878
matrix:
7979
os: [
8080
windows-2019, windows-2022,
81-
ubuntu-20.04, ubuntu-22.04, ubuntu-24.04,
81+
ubuntu-22.04, ubuntu-24.04,
8282
macos-13, macos-14]
8383
dotnet: [8.x, 9.x]
8484
runs-on: ${{ matrix.os }}

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
os: [
2323
windows-2019, windows-2022,
24-
ubuntu-20.04, ubuntu-22.04, ubuntu-24.04,
24+
ubuntu-22.04, ubuntu-24.04,
2525
# Cake.Recipe currently does not support macOS 14 (M1)
2626
macos-13]
2727
runs-on: ${{ matrix.os }}

CiStatus.md

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)