From 4bbea71d51809e1f9bd4a8ede85d39d7464752d7 Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Wed, 26 Apr 2023 15:44:25 +0900 Subject: [PATCH] Add comment to explain why to use Ubuntu LTS-1 --- .github/workflows/bindings_ci.yml | 1 + .github/workflows/release-crypto-nodejs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 9369901b3..a8f98565e 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -92,6 +92,7 @@ jobs: strategy: fail-fast: true matrix: + # Use Ubuntu LTS-1 for broader glibc compatibility. os: [ubuntu-20.04] node-version: [16.0, 18.0, 19.0, 20.0] include: diff --git a/.github/workflows/release-crypto-nodejs.yml b/.github/workflows/release-crypto-nodejs.yml index 0f953264e..d3fa93a65 100644 --- a/.github/workflows/release-crypto-nodejs.yml +++ b/.github/workflows/release-crypto-nodejs.yml @@ -39,6 +39,7 @@ jobs: matrix: include: # ----------------------------------- Linux + # Use Ubuntu LTS-1 for broader glibc compatibility. - target: x86_64-unknown-linux-gnu os: ubuntu-20.04 - target: i686-unknown-linux-gnu