Skip to content

Commit

Permalink
Build Node bindings against Ubuntu 20.04
Browse files Browse the repository at this point in the history
Fixes #1808
  • Loading branch information
AndrewFerr committed Apr 26, 2023
1 parent 51a2d10 commit 80de0f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
node-version: [16.0, 18.0, 19.0, 20.0]
include:
- os: ubuntu-latest
- os: ubuntu-20.04
os-name: 🐧

- os: macos-latest
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-crypto-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ jobs:
include:
# ----------------------------------- Linux
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
- target: i686-unknown-linux-gnu
apt_install: gcc-i686-linux-gnu g++-i686-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
apt_install: gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
- target: arm-unknown-linux-gnueabihf
os: ubuntu-latest
os: ubuntu-20.04
apt_install: gcc-arm-linux-gnueabihf
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
os: ubuntu-20.04
# ----------------------------------- macOS
- target: aarch64-apple-darwin
os: macos-latest
Expand Down

0 comments on commit 80de0f0

Please sign in to comment.