@@ -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,10 +300,6 @@ 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 :
312304 image : quay.io/pypa/manylinux_2_28_x86_64:latest
313305 env :
@@ -372,10 +364,6 @@ 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 :
380368 image : quay.io/pypa/manylinux_2_28_aarch64:latest
381369 env :
0 commit comments