We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f301a commit 8f5b5adCopy full SHA for 8f5b5ad
.github/workflows/ci.yml
@@ -35,15 +35,19 @@ jobs:
35
include:
36
# x64 glibc
37
- os: ubuntu-22.04
38
+ container: telosalliance/ubuntu-20.04:latest
39
node: 18
40
binary: linux-x64-glibc-108
41
42
43
node: 20
44
binary: linux-x64-glibc-115
45
46
47
node: 22
48
binary: linux-x64-glibc-127
49
50
51
node: 24
52
binary: linux-x64-glibc-137
53
0 commit comments