We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd4283 commit b42ad10Copy full SHA for b42ad10
.github/workflows/ci.yml
@@ -63,26 +63,26 @@ jobs:
63
cmake_extra_flags: ''
64
}
65
- {
66
- name: 'Ubuntu 20.04',
67
- os: ubuntu-20.04,
+ name: 'Ubuntu 22.04',
+ os: ubuntu-22.04,
68
cc: 'gcc',
69
cxx: 'g++',
70
arch: 'x86_64',
71
build_type: 'Release',
72
73
74
75
- name: 'Ubuntu 18.04',
76
- os: ubuntu-18.04,
+ name: 'Ubuntu 20.04',
+ os: ubuntu-20.04,
77
78
79
80
81
82
83
84
- name: 'Ubuntu 16.04',
85
- os: ubuntu-16.04,
+ name: 'Ubuntu 18.04',
+ os: ubuntu-18.04,
86
87
88
0 commit comments