Release: Remove ubuntu 18.04, debian buster. Add debian bookworm

pull/590/head
Jonathan G Rennison 9 months ago
parent 5f8bfb176c
commit c804442005

@ -16,10 +16,6 @@ jobs:
fail-fast: false
matrix:
include:
- container_image: "ubuntu:18.04"
bundle_name: "bionic"
compiler: "g++-8"
c_compiler: "gcc-8"
- container_image: "ubuntu:20.04"
bundle_name: "focal"
compiler: "g++"
@ -28,14 +24,14 @@ jobs:
bundle_name: "jammy"
compiler: "g++"
c_compiler: "gcc"
- container_image: "debian:buster"
bundle_name: "buster"
compiler: "g++"
c_compiler: "gcc"
- container_image: "debian:bullseye"
bundle_name: "bullseye"
compiler: "g++"
c_compiler: "gcc"
- container_image: "debian:bookworm"
bundle_name: "bookworm"
compiler: "g++"
c_compiler: "gcc"
runs-on: ubuntu-20.04
container:

Loading…
Cancel
Save