From 34dbcb8f38cbff0403ac4b3845d9114d61f7f076 Mon Sep 17 00:00:00 2001 From: Hang Date: Thu, 24 Apr 2025 16:00:09 +0800 Subject: [PATCH] [Packaging] Drop Ubuntu 20.04 support (#31208) --- azure-pipelines.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3e7b6a8aeed..b83ba490988 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -911,12 +911,6 @@ jobs: matrix: ${{ each arch in parameters.architectures }}: # https://wiki.ubuntu.com/Releases - Focal ${{ arch.name }}: - # 20.04 - deb_system: ubuntu - distro: focal - arch: ${{ arch.value }} - pool: ${{ arch.pool }} Jammy ${{ arch.name }}: # 22.04 deb_system: ubuntu @@ -980,11 +974,6 @@ jobs: strategy: matrix: ${{ each arch in parameters.architectures }}: - Focal ${{ arch.name }}: - deb_system: ubuntu - distro: focal - arch: ${{ arch.value }} - pool: ${{ arch.pool }} Jammy ${{ arch.name }}: deb_system: ubuntu distro: jammy