Skip to content

Commit

Permalink
Merge pull request #571 from zeromq/older-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 13, 2023
2 parents 43a94be + 88a0b26 commit 59bb63b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
# - ubuntu-22.04
- ubuntu-20.04
- windows-2022
node_version:
- 18
Expand Down Expand Up @@ -59,6 +60,7 @@ jobs:
cpp_arch: amd64_arm64
zmq_draft: false

# Alpine
- os: ubuntu-22.04
docker: node:18-alpine
docker_cmd: apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake musl-dev && npm i -g pnpm && pnpm install && pnpm run prebuild
Expand Down

0 comments on commit 59bb63b

Please sign in to comment.