Skip to content

Commit

Permalink
Merge branch '1.3_maintenance' into 1.4_maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Jul 5, 2024
2 parents 0c74fa0 + 0b03edf commit 699af45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
ARNOLD_FORCE_ABORT_ON_LICENSE_FAIL: 0 # And don't abort because the license isn't found
GAFFER_BUILD_DIR: "./build"
GAFFER_CACHE_DIR: "./sconsCache"
# GitHub have moved to running actions on Node20, which prevents them from
# running on CentOS 7. The below allows actions to continue running on Node16
# until October.
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:

Expand Down

0 comments on commit 699af45

Please sign in to comment.