File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- os : [macos-latest, ubuntu-latest , windows-latest]
14
+ os : [macos-latest, ubuntu-18.04 , windows-latest]
15
15
# syntax explanation:
16
16
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
17
17
include :
18
18
- os : macos-latest
19
19
build : eval $(opam env) && cd analysis && make test
20
20
artifact-folder : darwin
21
- - os : ubuntu-latest
21
+ - os : ubuntu-18.04
22
22
build : eval $(opam env) && cd analysis && make test
23
23
artifact-folder : linux
24
24
- os : windows-latest
43
43
key : ${{matrix.os}}-latest-ocaml-4.06.1
44
44
45
45
- name : Use OCaml
46
- uses : avsm/setup-ocaml@v2
46
+ uses : avsm/setup-ocaml@v1.1.10
47
47
with :
48
- ocaml-compiler : 4.06.x
48
+ ocaml-version : 4.06.1
49
+ ocaml-compiler : 4.06.1
49
50
50
51
- name : Use Node.js
51
52
uses : actions/setup-node@v2.1.5
You can’t perform that action at this time.
0 commit comments