Skip to content

Commit e4f7329

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@ 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

0 commit comments

Comments
 (0)