@@ -43,38 +43,38 @@ jobs:
43
43
- b2_toolset : clang-3.9
44
44
b2_cxxstd : 14
45
45
version : " 3.9"
46
- os : ubuntu-20 .04
46
+ os : ubuntu-22 .04
47
47
- b2_toolset : clang-4.0
48
48
b2_cxxstd : 14
49
49
version : " 4.0"
50
- os : ubuntu-20 .04
50
+ os : ubuntu-22 .04
51
51
- b2_toolset : clang-5.0
52
52
b2_cxxstd : 14
53
53
version : " 5.0"
54
- os : ubuntu-20 .04
54
+ os : ubuntu-22 .04
55
55
- b2_toolset : clang-6.0
56
56
b2_cxxstd : 14
57
57
version : " 6.0"
58
- os : ubuntu-20 .04
58
+ os : ubuntu-22 .04
59
59
- b2_toolset : clang-7
60
60
b2_cxxstd : 14,17
61
61
version : " 7"
62
- os : ubuntu-20 .04
62
+ os : ubuntu-22 .04
63
63
- b2_toolset : clang-8
64
64
b2_cxxstd : 14,17
65
65
version : " 8"
66
- os : ubuntu-20 .04
66
+ os : ubuntu-22 .04
67
67
- b2_toolset : clang-9
68
68
# At some point compilation started to fail with 2a from unknown reason
69
69
# It may have something to do with the std library
70
70
# b2_cxxstd: 14,17,2a
71
71
b2_cxxstd : 14,17
72
72
version : " 9"
73
- os : ubuntu-20 .04
73
+ os : ubuntu-22 .04
74
74
- b2_toolset : clang-10
75
75
b2_cxxstd : 14,17,2a
76
76
version : " 10"
77
- os : ubuntu-20 .04
77
+ os : ubuntu-22 .04
78
78
- b2_toolset : clang-11
79
79
b2_cxxstd : 14,17,2a
80
80
version : " 11"
@@ -126,14 +126,11 @@ jobs:
126
126
127
127
- name : Install
128
128
run : |
129
- # Required for compilers not available in ubuntu 20 .04
129
+ # Required for compilers not available in ubuntu 22 .04
130
130
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
131
131
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
132
- sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main"
133
- sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe"
134
- sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ bionic main"
135
- sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ bionic universe"
136
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
132
+ sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ focal main"
133
+ sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ focal universe"
137
134
sudo apt -q -y update
138
135
sudo apt -q -y install clang-${{ matrix.version }} g++-multilib
139
136
@@ -184,23 +181,23 @@ jobs:
184
181
- b2_toolset : gcc-5
185
182
b2_cxxstd : 14
186
183
version : " 5"
187
- os : ubuntu-20 .04
184
+ os : ubuntu-22 .04
188
185
- b2_toolset : gcc-6
189
186
b2_cxxstd : 14
190
187
version : " 6"
191
- os : ubuntu-20 .04
188
+ os : ubuntu-22 .04
192
189
- b2_toolset : gcc-7
193
190
b2_cxxstd : 14,17
194
191
version : " 7"
195
- os : ubuntu-20 .04
192
+ os : ubuntu-22 .04
196
193
- b2_toolset : gcc-8
197
194
b2_cxxstd : 14,17
198
195
version : " 8"
199
- os : ubuntu-20 .04
196
+ os : ubuntu-22 .04
200
197
- b2_toolset : gcc-9
201
198
b2_cxxstd : 14,17,2a
202
199
version : " 9"
203
- os : ubuntu-20 .04
200
+ os : ubuntu-22 .04
204
201
- b2_toolset : gcc-10
205
202
b2_cxxstd : 14,17,2a
206
203
version : " 10"
@@ -245,14 +242,11 @@ jobs:
245
242
246
243
- name : Install
247
244
run : |
248
- # Required for compilers not available in ubuntu 20 .04
245
+ # Required for compilers not available in ubuntu 22 .04
249
246
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
250
247
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
251
- sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ xenial main"
252
- sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ xenial universe"
253
- sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ bionic main"
254
- sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ bionic universe"
255
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
248
+ sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ focal main"
249
+ sudo add-apt-repository "deb http://dk.archive.ubuntu.com/ubuntu/ focal universe"
256
250
sudo apt -q -y update
257
251
sudo apt -q -y install g++-${{ matrix.version }} g++-${{ matrix.version }}-multilib
258
252
0 commit comments