1717 gcc-build :
1818 runs-on : ${{ matrix.os }}
1919 container :
20- image : ghcr.io/learning-process/ppc-ubuntu:1.1
20+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
2121 credentials :
2222 username : ${{ github.actor }}
2323 password : ${{ secrets.GITHUB_TOKEN }}
7171 - gcc-build
7272 runs-on : ${{ matrix.os }}
7373 container :
74- image : ghcr.io/learning-process/ppc-ubuntu:1.1
74+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
7575 credentials :
7676 username : ${{ github.actor }}
7777 password : ${{ secrets.GITHUB_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103103 - gcc-test
104104 runs-on : ${{ matrix.os }}
105105 container :
106- image : ghcr.io/learning-process/ppc-ubuntu:1.1
106+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
107107 credentials :
108108 username : ${{ github.actor }}
109109 password : ${{ secrets.GITHUB_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
127127 clang-build :
128128 runs-on : ${{ matrix.os }}
129129 container :
130- image : ghcr.io/learning-process/ppc-ubuntu:1.1
130+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
131131 credentials :
132132 username : ${{ github.actor }}
133133 password : ${{ secrets.GITHUB_TOKEN }}
@@ -149,14 +149,14 @@ jobs:
149149 cmake -S . -B build -G Ninja
150150 -D CMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=install
151151 env :
152- CC : clang-21
153- CXX : clang++-21
152+ CC : clang-22
153+ CXX : clang++-22
154154 - name : Build project
155155 run : |
156156 cmake --build build --parallel -- --quiet
157157 env :
158- CC : clang-21
159- CXX : clang++-21
158+ CC : clang-22
159+ CXX : clang++-22
160160 - name : Install project
161161 run : |
162162 cmake --build build --target install -- --quiet
@@ -172,7 +172,7 @@ jobs:
172172 - clang-build
173173 runs-on : ${{ matrix.os }}
174174 container :
175- image : ghcr.io/learning-process/ppc-ubuntu:1.1
175+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
176176 credentials :
177177 username : ${{ github.actor }}
178178 password : ${{ secrets.GITHUB_TOKEN }}
@@ -204,7 +204,7 @@ jobs:
204204 - clang-test
205205 runs-on : ${{ matrix.os }}
206206 container :
207- image : ghcr.io/learning-process/ppc-ubuntu:1.1
207+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
208208 credentials :
209209 username : ${{ github.actor }}
210210 password : ${{ secrets.GITHUB_TOKEN }}
@@ -230,7 +230,7 @@ jobs:
230230 - clang-build
231231 runs-on : ${{ matrix.os }}
232232 container :
233- image : ghcr.io/learning-process/ppc-ubuntu:1.1
233+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
234234 credentials :
235235 username : ${{ github.actor }}
236236 password : ${{ secrets.GITHUB_TOKEN }}
@@ -254,14 +254,14 @@ jobs:
254254 -D ENABLE_ADDRESS_SANITIZER=ON -D ENABLE_UB_SANITIZER=ON -D ENABLE_LEAK_SANITIZER=ON
255255 -D CMAKE_INSTALL_PREFIX=install
256256 env :
257- CC : clang-21
258- CXX : clang++-21
257+ CC : clang-22
258+ CXX : clang++-22
259259 - name : Build project
260260 run : |
261261 cmake --build build --parallel -- --quiet
262262 env :
263- CC : clang-21
264- CXX : clang++-21
263+ CC : clang-22
264+ CXX : clang++-22
265265 - name : Install project
266266 run : |
267267 cmake --build build --target install -- --quiet
@@ -277,7 +277,7 @@ jobs:
277277 - clang-sanitizer-build
278278 runs-on : ${{ matrix.os }}
279279 container :
280- image : ghcr.io/learning-process/ppc-ubuntu:1.1
280+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
281281 credentials :
282282 username : ${{ github.actor }}
283283 password : ${{ secrets.GITHUB_TOKEN }}
@@ -315,7 +315,7 @@ jobs:
315315 - clang-sanitizer-test
316316 runs-on : ${{ matrix.os }}
317317 container :
318- image : ghcr.io/learning-process/ppc-ubuntu:1.1
318+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
319319 credentials :
320320 username : ${{ github.actor }}
321321 password : ${{ secrets.GITHUB_TOKEN }}
@@ -348,7 +348,7 @@ jobs:
348348 issues : write
349349 pull-requests : write
350350 container :
351- image : ghcr.io/learning-process/ppc-ubuntu:1.1
351+ image : ghcr.io/learning-process/ppc-ubuntu:1.2
352352 credentials :
353353 username : ${{ github.actor }}
354354 password : ${{ secrets.GITHUB_TOKEN }}
0 commit comments