Skip to content

Commit 7055ccf

Browse files
cknittcristianoc
authored andcommitted
Use ubuntu-18.04 in CI
1 parent bd0aa91 commit 7055ccf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [macos-latest, ubuntu-latest, windows-latest, macos-arm]
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]
1517
ocaml_compiler: [4.14.0]
1618

1719
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)