File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 fail-fast : false
1313 matrix :
14- # Stay on the oldest Ubuntu version that's still supported by Github Actions
15- # to avoid glibc incompatibilities as far as possible.
16- os : [macos-latest, ubuntu-20.04, windows-latest, macos-arm]
14+ # Use ubuntu-18.04 for glibc compatibility with older Linux distributions.
15+ # Note that this will only be supported by Github until April 1st, 2023,
16+ # see https://github.com/actions/runner-images/issues/6002.
17+ os : [macos-latest, ubuntu-18.04, windows-latest, macos-arm]
1718 ocaml_compiler : [4.14.0]
1819
1920 runs-on : ${{matrix.os}}
Original file line number Diff line number Diff line change 1515#### :bug : Bug Fix
1616
1717- Prevent inlining of async functions in additional cases https://github.com/rescript-lang/rescript-compiler/issues/5860
18+ - Revert to ubuntu-18.04 in CI to support Linux versions with older glibc https://github.com/rescript-lang/rescript-compiler/issues/5868
1819
1920# 10.1.0
2021
You can’t perform that action at this time.
0 commit comments