Skip to content

Commit adc43b5

Browse files
authored
CI: build with ubuntu-18.04 (#218)
* CI: build with ubuntu-18.04 * Update ci.yml * Update ci.yml * Update ci.yml * Older avsm/setup-ocaml * Just in case.
1 parent 6fd8375 commit adc43b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [macos-latest, ubuntu-latest, windows-latest]
14+
os: [macos-latest, ubuntu-18.04, windows-latest]
1515
# syntax explanation:
1616
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
1717
include:
1818
- os: macos-latest
1919
build: eval $(opam env) && cd analysis && make test
2020
artifact-folder: darwin
21-
- os: ubuntu-latest
21+
- os: ubuntu-18.04
2222
build: eval $(opam env) && cd analysis && make test
2323
artifact-folder: linux
2424
- os: windows-latest
@@ -43,9 +43,10 @@ jobs:
4343
key: ${{matrix.os}}-latest-ocaml-4.06.1
4444

4545
- name: Use OCaml
46-
uses: avsm/setup-ocaml@v2
46+
uses: avsm/setup-ocaml@v1.1.10
4747
with:
48-
ocaml-compiler: 4.06.x
48+
ocaml-version: 4.06.1
49+
ocaml-compiler: 4.06.1
4950

5051
- name: Use Node.js
5152
uses: actions/setup-node@v2.1.5

0 commit comments

Comments
 (0)