Skip to content

Commit 708926c

Browse files
committed
Try ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 569014e commit 708926c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,14 @@ jobs:
2424
container: ${{ matrix.container }}
2525
env:
2626
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
27+
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
2728
strategy:
2829
fail-fast: false
2930
matrix:
3031
include:
32+
# Github removed support for these older CentOS versions
33+
# Nov 2024 by removing node16; all actions use node20 now
34+
# which doesn't run on CentOS 7 due to too-old GLIBC.
3135
- name_prefix: Linux CentOS 7 VFX CY2021
3236
release_prefix: linux-vfx2021
3337
ostype: linux
@@ -163,12 +167,6 @@ jobs:
163167
clean: true
164168
fetch-depth: 0
165169

166-
- name: Set up Node.js
167-
uses: actions/setup-node@v3
168-
if: matrix.checkout_version == 3
169-
with:
170-
node-version: 16 # Specify Node.js version to match checkout@v3
171-
172170
- name: Checkout code (v3)
173171
uses: actions/checkout@v3
174172
if: matrix.checkout_version == 3

0 commit comments

Comments
 (0)