@@ -136,12 +136,8 @@ jobs:
136136 needs : build-docstrings
137137 strategy :
138138 matrix :
139- rpi-os : [rpi-buster, rpi- bullseye, rpi-bookworm]
139+ rpi-os : [rpi-bullseye, rpi-bookworm]
140140 runs-on : ${{ matrix.rpi-os }}
141- env :
142- # workaround required for cache@v3, https://github.com/actions/cache/issues/1428
143- # to be removed when upgrading the manylinux image
144- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
145141 steps :
146142 - name : Print home directory
147143 run : echo Home directory inside container $HOME
@@ -304,14 +300,10 @@ jobs:
304300 build-linux-x86_64 :
305301 needs : build-docstrings
306302 runs-on : ubuntu-latest
307- env :
308- # workaround required for cache@v3, https://github.com/actions/cache/issues/1428
309- # to be removed when upgrading the manylinux image
310- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
311303 container :
312- image : quay.io/pypa/manylinux2014_x86_64 :latest
304+ image : quay.io/pypa/manylinux_2_28_x86_64 :latest
313305 env :
314- PLAT : manylinux2014_x86_64
306+ PLAT : manylinux_2_28_x86_64
315307 steps :
316308 - name : Cache .hunter folder
317309 uses : actions/cache@v3
@@ -372,14 +364,10 @@ jobs:
372364 build-linux-arm64 :
373365 needs : build-docstrings
374366 runs-on : [self-hosted, linux, ARM64]
375- env :
376- # workaround required for cache@v3, https://github.com/actions/cache/issues/1428
377- # to be removed when upgrading the manylinux image
378- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
379367 container :
380- image : quay.io/pypa/manylinux2014_aarch64 :latest
368+ image : quay.io/pypa/manylinux_2_28_aarch64 :latest
381369 env :
382- PLAT : manylinux2014_aarch64
370+ PLAT : manylinux_2_28_aarch64
383371 # Mount local hunter cache directory, instead of transfering to Github and back
384372 volumes :
385373 - /.hunter:/github/home/.hunter
0 commit comments