Skip to content

Commit 07b81ef

Browse files
committed
Fix GHA CI after they upgraded nodejs (#1837)
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]>
1 parent 23e684f commit 07b81ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ jobs:
265265
USE_BATCHED: ${{matrix.batched}}
266266
USE_SIMD: ${{matrix.simd}}
267267
ABI_CHECK: ${{matrix.abi_check}}
268+
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
269+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
268270
steps:
269271
# We would like to use harden-runner, but it flags too many false
270272
# positives, every time we download a dependency. We should use it only

0 commit comments

Comments
 (0)