diff --git a/.github/workflows/node-sdk.yml b/.github/workflows/node-sdk.yml index 8645c3bf..4f3b7daa 100644 --- a/.github/workflows/node-sdk.yml +++ b/.github/workflows/node-sdk.yml @@ -31,7 +31,8 @@ jobs: needs: enforce_stable_semver if: always() name: Build for Node-${{ matrix.node_ver }} ${{ matrix.config.target }}/${{ matrix.config.arch }} - runs-on: ${{ matrix.config.os }} + runs-on: ${{ matrix.config.runs-on }} + container: ${{ matrix.config.container }} env: BUILD_NUMBER: ${{ github.run_number }} @@ -40,7 +41,7 @@ jobs: strategy: matrix: config: - - { os: ubuntu-20.04, target: "linux", arch: "x64" } + - { runs-on: ubuntu-24.04, container: openziti/ziti-builder:v2, target: "linux", arch: "x64" } node_ver: [ 20 ] fail-fast: false