We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a02948 commit 4c83939Copy full SHA for 4c83939
.github/workflows/ci.yml
@@ -11,9 +11,9 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- # Use ubuntu-18.04 because of glibc issues,
15
- # see https://github.com/rescript-lang/rescript-vscode/issues/216.
16
- os: [macos-latest, ubuntu-18.04, windows-latest, macos-arm]
+ # Stay on the oldest Ubuntu version that's still supported by Github Actions
+ # to avoid glibc incompatibilities as far as possible.
+ os: [macos-latest, ubuntu-20.04, windows-latest, macos-arm]
17
ocaml_compiler: [4.14.0]
18
19
runs-on: ${{matrix.os}}
0 commit comments