Skip to content

Commit

Permalink
Fix GHA CI after they upgraded nodejs
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.

See AcademySoftwareFoundation/OpenImageIO#4324

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Jul 23, 2024
1 parent 8169016 commit 9802d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ jobs:
env:
CXX: ${{ matrix.cxx-compiler }}
CC: ${{ matrix.cc-compiler }}
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
Expand Down

0 comments on commit 9802d53

Please sign in to comment.