2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-19 04:42:16 +00:00

Merge pull request #217 from jefftrull/ci-pin-node16

Use only node16 in CI to work around glibc version mismatch with node20 in old containers
This commit is contained in:
Jeff Trull
2024-08-26 21:48:52 -07:00
committed by GitHub

View File

@@ -1,5 +1,9 @@
name: GitHub Actions CI
# permit node16 use as a workaround for node20's differing glibc version
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
on:
pull_request:
push:
@@ -107,7 +111,7 @@ jobs:
sudo python3 get-pip.py
sudo /usr/local/bin/pip install cmake
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: linux
shell: bash
@@ -205,7 +209,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set DEVELOPER_DIR
if: matrix.xcode_version != ''