Remove: [Actions] Ubuntu Bionic and Debian Buster from release workflow. (#10115)

This commit is contained in:
Michael Lutz 2022-10-31 22:37:01 +01:00 committed by GitHub
parent ac7780af96
commit c4e655b1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -371,18 +371,12 @@ jobs:
fail-fast: false
matrix:
include:
- container_image: "ubuntu:18.04"
bundle_name: "bionic"
compiler: "g++-8"
- container_image: "ubuntu:20.04"
bundle_name: "focal"
compiler: "g++"
- container_image: "ubuntu:22.04"
bundle_name: "jammy"
compiler: "g++"
- container_image: "debian:buster"
bundle_name: "buster"
compiler: "g++"
- container_image: "debian:bullseye"
bundle_name: "bullseye"
compiler: "g++"