Skip to content

Commit f90a0f6

Browse files
committed
Build on ubuntu-20.04.
1 parent 5292e65 commit f90a0f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
strategy:
3030
matrix:
3131
os:
32-
- ubuntu-latest
32+
# ubuntu-latest often uses libc much newer than Debian.
33+
# Use an older version, which should be forward compatible w/ newer ones too.
34+
- ubuntu-20.04
3335
- macos-latest
3436
- windows-latest
3537
# Don't fail fast, if we have a failure on a specific matrix type

0 commit comments

Comments
 (0)