Skip to content

Commit b42ad10

Browse files
committed
github actions: remove ubuntu 18.04; add ubuntu 22.04
1 parent 9dd4283 commit b42ad10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,26 @@ jobs:
6363
cmake_extra_flags: ''
6464
}
6565
- {
66-
name: 'Ubuntu 20.04',
67-
os: ubuntu-20.04,
66+
name: 'Ubuntu 22.04',
67+
os: ubuntu-22.04,
6868
cc: 'gcc',
6969
cxx: 'g++',
7070
arch: 'x86_64',
7171
build_type: 'Release',
7272
cmake_extra_flags: ''
7373
}
7474
- {
75-
name: 'Ubuntu 18.04',
76-
os: ubuntu-18.04,
75+
name: 'Ubuntu 20.04',
76+
os: ubuntu-20.04,
7777
cc: 'gcc',
7878
cxx: 'g++',
7979
arch: 'x86_64',
8080
build_type: 'Release',
8181
cmake_extra_flags: ''
8282
}
8383
- {
84-
name: 'Ubuntu 16.04',
85-
os: ubuntu-16.04,
84+
name: 'Ubuntu 18.04',
85+
os: ubuntu-18.04,
8686
cc: 'gcc',
8787
cxx: 'g++',
8888
arch: 'x86_64',

0 commit comments

Comments
 (0)