diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b341aa7a..e1c4d898 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,6 @@ jobs: image: ghcr.io/pyca/cryptography-runner-${{ matrix.IMAGE.IMAGE }} volumes: - /staticnodehost:/staticnodecontainer:rw,rshared - - /staticnodehost/20:/__e/node20:ro,rshared - /staticnodehost/24:/__e/node24:ro,rshared strategy: fail-fast: false @@ -139,7 +138,7 @@ jobs: - {IMAGE: "alpine:aarch64", NOXSESSION: "tests", RUNNER: "ubuntu-24.04-arm"} name: "${{ matrix.IMAGE.NOXSESSION }} on ${{ matrix.IMAGE.IMAGE }}" steps: - - name: Ridiculous-er workaround for static node20 + - name: Ridiculous-er workaround for static node run: | cp -R /staticnode/* /staticnodecontainer/ - name: Ridiculous alpine workaround for actions support on arm64 diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 487a47ff..bd044486 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -86,10 +86,9 @@ jobs: image: ghcr.io/pyca/${{ matrix.MANYLINUX.CONTAINER }} volumes: - /staticnodehost:/staticnodecontainer:rw,rshared - - /staticnodehost/20:/__e/node20:ro,rshared - /staticnodehost/24:/__e/node24:ro,rshared steps: - - name: Ridiculous-er workaround for static node20 + - name: Ridiculous-er workaround for static node run: | cp -R /staticnode/* /staticnodecontainer/ - name: Ridiculous alpine workaround for actions support on arm64