Skip to content

Commit 0bbc8d3

Browse files
author
maxdcb
committed
Runner on ubuntu 20 for older libc
1 parent 6f4b776 commit 0bbc8d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/Release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
1919
# You can convert this to a matrix build if you need cross-platform coverage.
2020
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
21-
runs-on: ubuntu-latest
21+
# compile for old libc to cover more linux versions
22+
runs-on: ubuntu-20.04
2223

2324
steps:
2425
- uses: actions/checkout@v4

.github/workflows/Tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
1212
# You can convert this to a matrix build if you need cross-platform coverage.
1313
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
14-
runs-on: ubuntu-latest
14+
# compile for old libc to cover more linux versions
15+
runs-on: ubuntu-20.04
1516

1617
steps:
1718
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)