File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments