Skip to content

Commit

Permalink
Test and release on Ubuntu 22.04 for greater GLIBC compatibility (#181)
Browse files Browse the repository at this point in the history
Fixes: #180
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Oct 22, 2024
1 parent 7d5ce70 commit de367d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
platform:
- os: ubuntu-latest
- os: ubuntu-22.04
cc: clang
cxx: clang++
shell: sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
fail-fast: false
matrix:
platform:
- os: ubuntu-latest
- os: ubuntu-22.04
cc: clang
cxx: clang++
shell: sh
- os: ubuntu-latest
- os: ubuntu-22.04
cc: gcc
cxx: g++
shell: sh
Expand Down

0 comments on commit de367d8

Please sign in to comment.