File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -161,13 +161,15 @@ jobs:
161
161
install : clang-10
162
162
compiler : clang++-10
163
163
cxxstd : " 11,14,17,2a"
164
- os : ubuntu-20.04
164
+ os : ubuntu-24.04
165
+ container : ubuntu:20.04
165
166
supported : true
166
167
- toolset : clang
167
168
install : clang-11
168
169
compiler : clang++-11
169
170
cxxstd : " 11,14,17,2a"
170
- os : ubuntu-20.04
171
+ os : ubuntu-24.04
172
+ container : ubuntu:20.04
171
173
supported : true
172
174
- toolset : clang
173
175
install : clang-12
@@ -211,6 +213,12 @@ jobs:
211
213
cxxstd : " 11,14,17,20,2b"
212
214
os : ubuntu-24.04
213
215
supported : true
216
+ - toolset : clang
217
+ install : clang-19
218
+ compiler : clang++-19
219
+ cxxstd : " 11,14,17,20,2b"
220
+ os : ubuntu-24.04
221
+ supported : true
214
222
# macos
215
223
- toolset : clang
216
224
os : macos-13
@@ -237,7 +245,7 @@ jobs:
237
245
- name : Setup container environment
238
246
if : matrix.container != ''
239
247
run : |
240
- apt-get -o Acquire::Retries=3 update && DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata && apt-get -o Acquire::Retries=3 install -y sudo software-properties-common wget curl apt-transport-https make apt-file sudo unzip libssl-dev build-essential autotools-dev autoconf automake g++ libc++-helpers python ruby cpio gcc-multilib g++-multilib pkgconf python3 ccache libpython-dev locales
248
+ apt-get -o Acquire::Retries=3 update && DEBIAN_FRONTEND=noninteractive apt-get -y install tzdata && apt-get -o Acquire::Retries=3 install -y sudo software-properties-common wget curl apt-transport-https make apt-file sudo unzip libssl-dev build-essential autotools-dev autoconf automake g++ python ruby cpio gcc-multilib g++-multilib pkgconf python3 ccache locales
241
249
sudo apt-add-repository ppa:git-core/ppa
242
250
sudo apt-get -o Acquire::Retries=3 update && apt-get -o Acquire::Retries=3 -y install git
243
251
python_version=$(python3 -c 'import sys; print("{0.major}.{0.minor}".format(sys.version_info))')
@@ -506,7 +514,6 @@ jobs:
506
514
fail-fast : false
507
515
matrix :
508
516
include :
509
- - os : ubuntu-20.04
510
517
- os : ubuntu-22.04
511
518
- os : ubuntu-24.04
512
519
- os : macos-13
@@ -555,7 +562,6 @@ jobs:
555
562
fail-fast : false
556
563
matrix :
557
564
include :
558
- - os : ubuntu-20.04
559
565
- os : ubuntu-22.04
560
566
- os : ubuntu-24.04
561
567
- os : macos-13
@@ -614,7 +620,6 @@ jobs:
614
620
fail-fast : false
615
621
matrix :
616
622
include :
617
- - os : ubuntu-20.04
618
623
- os : ubuntu-22.04
619
624
- os : ubuntu-24.04
620
625
- os : macos-13
You can’t perform that action at this time.
0 commit comments