Skip to content

Commit

Permalink
Fix GHA CI after they upgraded nodejs (#4324)
Browse files Browse the repository at this point in the history
They upgraded to a version that requires a glibc newer than is in the
pre-2023 ASWF containers.

Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Jul 7, 2024
1 parent dc45138 commit 0b4e015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b4e015

Please sign in to comment.