Skip to content

Commit b487104

Browse files
committed
Remove Ubuntu 18.04 runner, no longer supported per actions/runner-images#6002
1 parent 75ccf18 commit b487104

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

-9
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ 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-
}
9283
steps:
9384
- name: checkout
9485
uses: actions/checkout@v2

0 commit comments

Comments
 (0)