We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c89308 commit 4f3ed6aCopy full SHA for 4f3ed6a
‎.github/workflows/gh-pages.yml
@@ -18,9 +18,9 @@ jobs:
18
path: ~/.opam
19
key: opam-ubuntu-latest-4.12.0
20
21
- - uses: avsm/setup-ocaml@v1
+ - uses: ocaml/setup-ocaml@v2
22
with:
23
- ocaml-version: '4.12.0'
+ ocaml-compiler: '4.14.x'
24
25
- name: Pin
26
run: opam pin -n .
‎.github/workflows/main.yml
@@ -8,11 +8,11 @@ jobs:
8
os:
9
- macos-latest
10
- ubuntu-latest
11
- - windows-latest
+ #- windows-latest
12
ocaml-compiler:
13
- - 4.03.x
14
- - 4.14.x
15
- - 5.00.x
+ - '4.03.x'
+ - '4.14.x'
+ - '5.0.x'
16
runs-on: ${{ matrix.os }}
17
steps:
- uses: actions/checkout@v2
0 commit comments