File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,17 +55,20 @@ jobs:
5555 address-model : 32,64
5656 - toolset : gcc-10
5757 cxxstd : " 11,14,17,2a"
58- os : ubuntu-22.04
58+ container : ubuntu:22.04
59+ os : ubuntu-latest
5960 install : g++-10-multilib
6061 address-model : 32,64
6162 - toolset : gcc-11
6263 cxxstd : " 11,14,17,20"
63- os : ubuntu-22.04
64+ container : ubuntu:22.04
65+ os : ubuntu-latest
6466 install : g++-11-multilib
6567 address-model : 32,64
6668 - toolset : gcc-12
6769 cxxstd : " 11,14,17,20,2b"
68- os : ubuntu-22.04
70+ container : ubuntu:22.04
71+ os : ubuntu-latest
6972 install : g++-12-multilib
7073 address-model : 32,64
7174 - toolset : gcc-13
@@ -236,7 +239,7 @@ jobs:
236239 tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
237240 ldd /__e/node20/bin/node
238241
239- - uses : actions/checkout@v4
242+ - uses : actions/checkout@v6
240243
241244 - name : Install packages
242245 if : matrix.install
You can’t perform that action at this time.
0 commit comments