Skip to content

Commit a5db0cd

Browse files
authored
Drop support for the RPI buster
And remove some comments that are not relevant anymore
1 parent f45c370 commit a5db0cd

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)