mirror of https://github.com/wb2osz/direwolf.git
Remove Ubuntu 18 from automated test build.
This commit is contained in:
parent
577b2b3cf2
commit
b1b3e854be
|
@ -80,15 +80,7 @@ jobs:
|
||||||
build_type: 'Release',
|
build_type: 'Release',
|
||||||
cmake_extra_flags: ''
|
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:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue