Skip to content

Commit 857e767

Browse files
authored
Revert to ubuntu 18.04 in CI (#5871)
* Revert "Use the ubuntu-20.04 runner as 18.04 is deprecated (#5626)" This reverts commit 4c83939. * Update CHANGELOG * Update comment
1 parent 039c4db commit 857e767

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
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}}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
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

0 commit comments

Comments
 (0)