From a873553593988407b7a9043c30c3010e0d066205 Mon Sep 17 00:00:00 2001 From: Amit D Date: Sun, 9 Oct 2022 11:16:47 +0300 Subject: [PATCH] Update autotools.yml https://github.com/actions/runner-images/issues/6002 Drop Ubuntu 18.04. --- .github/workflows/autotools.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index d6f0baef9b..dcb4693756 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -13,16 +13,6 @@ jobs: fail-fast: false matrix: config: - - { name: ubuntu-18.04-clang-7-autotools, os: ubuntu-18.04, cxx: clang++-7 } - - { name: ubuntu-18.04-clang-8-autotools, os: ubuntu-18.04, cxx: clang++-8 } #installed - - { name: ubuntu-18.04-clang-9-autotools, os: ubuntu-18.04, cxx: clang++-9 } #installed - - { name: ubuntu-18.04-clang-10-autotools, os: ubuntu-18.04, cxx: clang++-10 } - - - { name: ubuntu-18.04-gcc-7-autotools, os: ubuntu-18.04, cxx: g++-7 } #installed - - { name: ubuntu-18.04-gcc-8-autotools, os: ubuntu-18.04, cxx: g++-8 } #installed - - { name: ubuntu-18.04-gcc-9-autotools, os: ubuntu-18.04, cxx: g++-9 } #installed - - { name: ubuntu-18.04-gcc-10-autotools, os: ubuntu-18.04, cxx: g++-10 } #installed - - { name: ubuntu-20.04-clang-7-autotools, os: ubuntu-20.04, cxx: clang++-7 } - { name: ubuntu-20.04-clang-8-autotools, os: ubuntu-20.04, cxx: clang++-8 } #installed - { name: ubuntu-20.04-clang-9-autotools, os: ubuntu-20.04, cxx: clang++-9 } #installed