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