From 0b4e015a1584f0b87e2dd0f393ce1bb80b0dfb5f Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Sat, 6 Jul 2024 21:24:35 -0700 Subject: [PATCH] Fix GHA CI after they upgraded nodejs (#4324) They upgraded to a version that requires a glibc newer than is in the pre-2023 ASWF containers. Signed-off-by: Larry Gritz --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60f0dd30a8..a7ffea3ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,6 +224,8 @@ jobs: PYBIND11_VERSION: ${{matrix.pybind11_ver}} PYTHON_VERSION: ${{matrix.python_ver}} ABI_CHECK: ${{matrix.abi_check}} + ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true steps: # We would like to use harden-runner, but it flags too many false # positives, every time we download a dependency. We should use it only