Skip to content

Commit 5a2ba32

Browse files
authored
test to see if we don't need node20 any more (#943)
1 parent 21a59b0 commit 5a2ba32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }}
4545
volumes:
4646
- /staticnodehost:/staticnodecontainer:rw,rshared
47-
- /staticnodehost/20:/__e/node20:ro,rshared
4847
- /staticnodehost/24:/__e/node24:ro,rshared
4948
strategy:
5049
matrix:
@@ -65,7 +64,7 @@ jobs:
6564

6665
name: "${{ matrix.PYTHON.VERSION }} for ${{ matrix.MANYLINUX.NAME }}"
6766
steps:
68-
- name: Ridiculous-er workaround for static node20
67+
- name: Ridiculous-er workaround for static node
6968
run: |
7069
cp -R /staticnode/* /staticnodecontainer/
7170
- name: Ridiculous alpine workaround for actions support on arm64

0 commit comments

Comments
 (0)