File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2121 # compile for old libc to cover more linux versions
22- runs-on : ubuntu-20 .04
22+ runs-on : ubuntu-22 .04
2323
2424 steps :
2525 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 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
1414 # compile for old libc to cover more linux versions
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-22 .04
1616
1717 steps :
1818 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments