Remove Ubuntu 18 from automated test build.

This commit is contained in:
wb2osz 2023-05-14 23:30:44 +01:00
parent 577b2b3cf2
commit b1b3e854be
1 changed files with 1 additions and 9 deletions

View File

@ -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