Skip to content

Commit 34dbcb8

Browse files
committed
[Packaging] Drop Ubuntu 20.04 support (Azure#31208)
1 parent bcb4166 commit 34dbcb8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

azure-pipelines.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -911,12 +911,6 @@ jobs:
911911
matrix:
912912
${{ each arch in parameters.architectures }}:
913913
# https://wiki.ubuntu.com/Releases
914-
Focal ${{ arch.name }}:
915-
# 20.04
916-
deb_system: ubuntu
917-
distro: focal
918-
arch: ${{ arch.value }}
919-
pool: ${{ arch.pool }}
920914
Jammy ${{ arch.name }}:
921915
# 22.04
922916
deb_system: ubuntu
@@ -980,11 +974,6 @@ jobs:
980974
strategy:
981975
matrix:
982976
${{ each arch in parameters.architectures }}:
983-
Focal ${{ arch.name }}:
984-
deb_system: ubuntu
985-
distro: focal
986-
arch: ${{ arch.value }}
987-
pool: ${{ arch.pool }}
988977
Jammy ${{ arch.name }}:
989978
deb_system: ubuntu
990979
distro: jammy

0 commit comments

Comments
 (0)