Skip to content

Commit

Permalink
Fix GHA CI after they upgraded nodejs (AcademySoftwareFoundation#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 <lg@larrygritz.com>
  • Loading branch information
lgritz committed Jul 15, 2024
1 parent 5d6c7f8 commit 702ad6a
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 @@ -218,6 +218,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 702ad6a

Please sign in to comment.