Skip to content

Commit b1b3e85

Browse files
committed
Remove Ubuntu 18 from automated test build.
1 parent 577b2b3 commit b1b3e85

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,7 @@ jobs:
8080
build_type: 'Release',
8181
cmake_extra_flags: ''
8282
}
83-
- {
84-
name: 'Ubuntu 18.04',
85-
os: ubuntu-18.04,
86-
cc: 'gcc',
87-
cxx: 'g++',
88-
arch: 'x86_64',
89-
build_type: 'Release',
90-
cmake_extra_flags: ''
91-
}
83+
9284
steps:
9385
- name: checkout
9486
uses: actions/checkout@v2

0 commit comments

Comments
 (0)