Skip to content

Commit 7365173

Browse files
committed
Remove Ubuntu 20 no longer supported by actions.
1 parent 1d5e694 commit 7365173

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,6 @@ jobs:
7171
build_type: 'Release',
7272
cmake_extra_flags: ''
7373
}
74-
- {
75-
name: 'Ubuntu 20.04',
76-
os: ubuntu-20.04,
77-
cc: 'gcc',
78-
cxx: 'g++',
79-
arch: 'x86_64',
80-
build_type: 'Release',
81-
cmake_extra_flags: ''
82-
}
8374

8475
steps:
8576
- name: checkout

0 commit comments

Comments
 (0)