diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b06f274..8d365e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,8 @@ jobs: image: ghcr.io/pyca/cryptography-runner-${{ matrix.IMAGE.IMAGE }} volumes: - /staticnodehost:/staticnodecontainer:rw,rshared - - /staticnodehost:/__e/node20:ro,rshared + - /staticnodehost/20:/__e/node20:ro,rshared + - /staticnodehost/24:/__e/node24:ro,rshared strategy: matrix: IMAGE: diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 1491d8a..3638d8e 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -109,7 +109,8 @@ jobs: image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }} volumes: - /staticnodehost:/staticnodecontainer:rw,rshared - - /staticnodehost:/__e/node20:ro,rshared + - /staticnodehost/20:/__e/node20:ro,rshared + - /staticnodehost/24:/__e/node24:ro,rshared steps: - name: Ridiculous-er workaround for static node20 run: |