Skip to content

Commit 59bb63b

Browse files
authored
Merge pull request #571 from zeromq/older-ubuntu
2 parents 43a94be + 88a0b26 commit 59bb63b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os:
16-
- ubuntu-22.04
16+
# - ubuntu-22.04
17+
- ubuntu-20.04
1718
- windows-2022
1819
node_version:
1920
- 18
@@ -59,6 +60,7 @@ jobs:
5960
cpp_arch: amd64_arm64
6061
zmq_draft: false
6162

63+
# Alpine
6264
- os: ubuntu-22.04
6365
docker: node:18-alpine
6466
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

0 commit comments

Comments
 (0)