Skip to content

Commit 8f5b5ad

Browse files
committed
ci: Build on older ubuntu
1 parent 56f301a commit 8f5b5ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,19 @@ jobs:
3535
include:
3636
# x64 glibc
3737
- os: ubuntu-22.04
38+
container: telosalliance/ubuntu-20.04:latest
3839
node: 18
3940
binary: linux-x64-glibc-108
4041
- os: ubuntu-22.04
42+
container: telosalliance/ubuntu-20.04:latest
4143
node: 20
4244
binary: linux-x64-glibc-115
4345
- os: ubuntu-22.04
46+
container: telosalliance/ubuntu-20.04:latest
4447
node: 22
4548
binary: linux-x64-glibc-127
4649
- os: ubuntu-22.04
50+
container: telosalliance/ubuntu-20.04:latest
4751
node: 24
4852
binary: linux-x64-glibc-137
4953

0 commit comments

Comments
 (0)