We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0aa91 commit 7055ccfCopy full SHA for 7055ccf
.github/workflows/ci.yml
@@ -11,7 +11,9 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- os: [macos-latest, ubuntu-latest, windows-latest, macos-arm]
+ # 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]
17
ocaml_compiler: [4.14.0]
18
19
runs-on: ${{matrix.os}}
0 commit comments