55 gcc-build :
66 runs-on : ${{ matrix.os }}
77 container :
8- image : ghcr.io/learning-process/ppc-ubuntu:1.0
8+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
99 credentials :
1010 username : ${{ github.actor }}
1111 password : ${{ secrets.GITHUB_TOKEN }}
6060 - gcc-build
6161 runs-on : ${{ matrix.os }}
6262 container :
63- image : ghcr.io/learning-process/ppc-ubuntu:1.0
63+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
6464 credentials :
6565 username : ${{ github.actor }}
6666 password : ${{ secrets.GITHUB_TOKEN }}
9292 - gcc-test
9393 runs-on : ${{ matrix.os }}
9494 container :
95- image : ghcr.io/learning-process/ppc-ubuntu:1.0
95+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
9696 credentials :
9797 username : ${{ github.actor }}
9898 password : ${{ secrets.GITHUB_TOKEN }}
@@ -116,7 +116,7 @@ jobs:
116116 clang-build :
117117 runs-on : ${{ matrix.os }}
118118 container :
119- image : ghcr.io/learning-process/ppc-ubuntu:1.0
119+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
120120 credentials :
121121 username : ${{ github.actor }}
122122 password : ${{ secrets.GITHUB_TOKEN }}
@@ -139,14 +139,14 @@ jobs:
139139 -D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
140140 -D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=install
141141 env :
142- CC : clang-20
143- CXX : clang++-20
142+ CC : clang-21
143+ CXX : clang++-21
144144 - name : Build project
145145 run : |
146146 cmake --build build --parallel
147147 env :
148- CC : clang-20
149- CXX : clang++-20
148+ CC : clang-21
149+ CXX : clang++-21
150150 - name : Install project
151151 run : |
152152 cmake --build build --target install
@@ -162,7 +162,7 @@ jobs:
162162 - clang-build
163163 runs-on : ${{ matrix.os }}
164164 container :
165- image : ghcr.io/learning-process/ppc-ubuntu:1.0
165+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
166166 credentials :
167167 username : ${{ github.actor }}
168168 password : ${{ secrets.GITHUB_TOKEN }}
@@ -194,7 +194,7 @@ jobs:
194194 - clang-test
195195 runs-on : ${{ matrix.os }}
196196 container :
197- image : ghcr.io/learning-process/ppc-ubuntu:1.0
197+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
198198 credentials :
199199 username : ${{ github.actor }}
200200 password : ${{ secrets.GITHUB_TOKEN }}
@@ -220,7 +220,7 @@ jobs:
220220 - clang-build
221221 runs-on : ${{ matrix.os }}
222222 container :
223- image : ghcr.io/learning-process/ppc-ubuntu:1.0
223+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
224224 credentials :
225225 username : ${{ github.actor }}
226226 password : ${{ secrets.GITHUB_TOKEN }}
@@ -245,14 +245,14 @@ jobs:
245245 -D ENABLE_ADDRESS_SANITIZER=ON -D ENABLE_UB_SANITIZER=ON -D ENABLE_LEAK_SANITIZER=ON
246246 -D CMAKE_INSTALL_PREFIX=install
247247 env :
248- CC : clang-20
249- CXX : clang++-20
248+ CC : clang-21
249+ CXX : clang++-21
250250 - name : Build project
251251 run : |
252252 cmake --build build --parallel
253253 env :
254- CC : clang-20
255- CXX : clang++-20
254+ CC : clang-21
255+ CXX : clang++-21
256256 - name : Install project
257257 run : |
258258 cmake --build build --target install
@@ -268,7 +268,7 @@ jobs:
268268 - clang-sanitizer-build
269269 runs-on : ${{ matrix.os }}
270270 container :
271- image : ghcr.io/learning-process/ppc-ubuntu:1.0
271+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
272272 credentials :
273273 username : ${{ github.actor }}
274274 password : ${{ secrets.GITHUB_TOKEN }}
@@ -306,7 +306,7 @@ jobs:
306306 - clang-sanitizer-test
307307 runs-on : ${{ matrix.os }}
308308 container :
309- image : ghcr.io/learning-process/ppc-ubuntu:1.0
309+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
310310 credentials :
311311 username : ${{ github.actor }}
312312 password : ${{ secrets.GITHUB_TOKEN }}
@@ -334,7 +334,7 @@ jobs:
334334 - clang-test-extended
335335 runs-on : ubuntu-24.04
336336 container :
337- image : ghcr.io/learning-process/ppc-ubuntu:1.0
337+ image : ghcr.io/learning-process/ppc-ubuntu:1.1
338338 credentials :
339339 username : ${{ github.actor }}
340340 password : ${{ secrets.GITHUB_TOKEN }}
0 commit comments