Skip to content

Commit de244a0

Browse files
committed
Test and release on Ubuntu 20.04 for greater GLIBC compatibility
Fixes: #180 Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 7d5ce70 commit de244a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
platform:
23-
- os: ubuntu-latest
23+
- os: ubuntu-20.04
2424
cc: clang
2525
cxx: clang++
2626
shell: sh

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
platform:
12-
- os: ubuntu-latest
12+
- os: ubuntu-20.04
1313
cc: clang
1414
cxx: clang++
1515
shell: sh
16-
- os: ubuntu-latest
16+
- os: ubuntu-20.04
1717
cc: gcc
1818
cxx: g++
1919
shell: sh

0 commit comments

Comments
 (0)