From b1b3e854be21be31bd017ac89e0bd1197d5fdbc2 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sun, 14 May 2023 23:30:44 +0100 Subject: [PATCH] Remove Ubuntu 18 from automated test build. --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82c129b..0cc4d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,15 +80,7 @@ jobs: build_type: 'Release', cmake_extra_flags: '' } - - { - name: 'Ubuntu 18.04', - os: ubuntu-18.04, - cc: 'gcc', - cxx: 'g++', - arch: 'x86_64', - build_type: 'Release', - cmake_extra_flags: '' - } + steps: - name: checkout uses: actions/checkout@v2