From 688d049f9c4c3f9e99e7ec380e865b73f0fc454d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 15 Aug 2025 00:03:34 -0400 Subject: [PATCH] Update CI for the new staticnode location (#1051) --- .github/workflows/ci.yml | 3 ++- .github/workflows/wheel-builder.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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: |