Skip to content

Commit 4c83939

Browse files
authored
Use the ubuntu-20.04 runner as 18.04 is deprecated (#5626)
1 parent 5a02948 commit 4c83939

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
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]
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]
1717
ocaml_compiler: [4.14.0]
1818

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

0 commit comments

Comments
 (0)