Skip to content

Commit

Permalink
CI: Try to force Node.js 16 for runner because of CentOS 7 container
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran-B authored Aug 24, 2024
1 parent bb9928d commit 617ff87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
${{ matrix.build-type }},
${{ matrix.cmake-gen }}>
runs-on: ubuntu-20.04
env:
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
container:
image: olivevideoeditor/ci-olive:2022.3

Expand Down

0 comments on commit 617ff87

Please sign in to comment.