1717 gcc-build :
1818 runs-on : ${{ matrix.os }}
1919 container :
20- image : ghcr.io/learning-process/ppc-ubuntu:1.2
20+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
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.2
74+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
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.2
106+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
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.2
130+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
131131 credentials :
132132 username : ${{ github.actor }}
133133 password : ${{ secrets.GITHUB_TOKEN }}
@@ -172,7 +172,7 @@ jobs:
172172 - clang-build
173173 runs-on : ${{ matrix.os }}
174174 container :
175- image : ghcr.io/learning-process/ppc-ubuntu:1.2
175+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
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.2
207+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
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.2
233+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
234234 credentials :
235235 username : ${{ github.actor }}
236236 password : ${{ secrets.GITHUB_TOKEN }}
@@ -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.2
280+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
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.2
318+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
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.2
351+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
352352 credentials :
353353 username : ${{ github.actor }}
354354 password : ${{ secrets.GITHUB_TOKEN }}
0 commit comments