Skip to content

Commit

Permalink
Merge pull request #287 from stephenswat/ci/node_patch
Browse files Browse the repository at this point in the history
Fix checkout support in CI for Ubuntu 18.04
  • Loading branch information
krasznaa authored Aug 5, 2024
2 parents 140c5ab + 097a257 commit 5b8ec90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ jobs:

name: "container (${{ matrix.BUILD.TYPE }}, ${{ matrix.PLATFORM.NAME }}, C++${{ matrix.PLATFORM.CXX_STANDARD }}, ${{ matrix.PLATFORM.CONTAINER_NAME }}${{ matrix.PLATFORM.NOTES != '' && ', ' || '' }}${{ matrix.PLATFORM.NOTES }})"

# Hack to continue using checkout (for now) on Ubuntu 18.04.
# see: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

# The system to run on.
runs-on: ubuntu-latest
container: ${{ matrix.PLATFORM.CONTAINER }}
Expand Down

0 comments on commit 5b8ec90

Please sign in to comment.