Skip to content

Commit 1afbe5d

Browse files
committed
Revert "Use the ubuntu-20.04 runner as 18.04 is deprecated (rescript-lang#5626)"
This reverts commit 4c83939.
1 parent 039c4db commit 1afbe5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ 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 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]
1717
ocaml_compiler: [4.14.0]
1818

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

0 commit comments

Comments
 (0)