2222 gcc-build :
2323 runs-on : ${{ matrix.os }}
2424 container :
25- image : ghcr.io/learning-process/ppc-ubuntu:1.2
25+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
2626 credentials :
2727 username : ${{ github.actor }}
2828 password : ${{ secrets.GITHUB_TOKEN }}
7777 - gcc-build
7878 runs-on : ${{ matrix.os }}
7979 container :
80- image : ghcr.io/learning-process/ppc-ubuntu:1.2
80+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
8181 credentials :
8282 username : ${{ github.actor }}
8383 password : ${{ secrets.GITHUB_TOKEN }}
@@ -109,7 +109,7 @@ jobs:
109109 - gcc-test
110110 runs-on : ${{ matrix.os }}
111111 container :
112- image : ghcr.io/learning-process/ppc-ubuntu:1.2
112+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
113113 credentials :
114114 username : ${{ github.actor }}
115115 password : ${{ secrets.GITHUB_TOKEN }}
@@ -133,7 +133,7 @@ jobs:
133133 clang-build :
134134 runs-on : ${{ matrix.os }}
135135 container :
136- image : ghcr.io/learning-process/ppc-ubuntu:1.2
136+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
137137 credentials :
138138 username : ${{ github.actor }}
139139 password : ${{ secrets.GITHUB_TOKEN }}
@@ -179,7 +179,7 @@ jobs:
179179 - clang-build
180180 runs-on : ${{ matrix.os }}
181181 container :
182- image : ghcr.io/learning-process/ppc-ubuntu:1.2
182+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
183183 credentials :
184184 username : ${{ github.actor }}
185185 password : ${{ secrets.GITHUB_TOKEN }}
@@ -211,7 +211,7 @@ jobs:
211211 - clang-test
212212 runs-on : ${{ matrix.os }}
213213 container :
214- image : ghcr.io/learning-process/ppc-ubuntu:1.2
214+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
215215 credentials :
216216 username : ${{ github.actor }}
217217 password : ${{ secrets.GITHUB_TOKEN }}
@@ -237,7 +237,7 @@ jobs:
237237 - clang-build
238238 runs-on : ${{ matrix.os }}
239239 container :
240- image : ghcr.io/learning-process/ppc-ubuntu:1.2
240+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
241241 credentials :
242242 username : ${{ github.actor }}
243243 password : ${{ secrets.GITHUB_TOKEN }}
@@ -285,7 +285,7 @@ jobs:
285285 - clang-sanitizer-build
286286 runs-on : ${{ matrix.os }}
287287 container :
288- image : ghcr.io/learning-process/ppc-ubuntu:1.2
288+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
289289 credentials :
290290 username : ${{ github.actor }}
291291 password : ${{ secrets.GITHUB_TOKEN }}
@@ -323,7 +323,7 @@ jobs:
323323 - clang-sanitizer-test
324324 runs-on : ${{ matrix.os }}
325325 container :
326- image : ghcr.io/learning-process/ppc-ubuntu:1.2
326+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
327327 credentials :
328328 username : ${{ github.actor }}
329329 password : ${{ secrets.GITHUB_TOKEN }}
@@ -356,7 +356,7 @@ jobs:
356356 issues : write
357357 pull-requests : write
358358 container :
359- image : ghcr.io/learning-process/ppc-ubuntu:1.2
359+ image : ghcr.io/learning-process/ppc-ubuntu:1.3
360360 credentials :
361361 username : ${{ github.actor }}
362362 password : ${{ secrets.GITHUB_TOKEN }}
0 commit comments