Apparently 4.12.0 is not supported on the CI?

This commit is contained in:
Denis Merigoux 2021-03-23 11:18:23 +01:00
parent 115e9c9c4c
commit cd66c0be86

View File

@ -36,10 +36,10 @@ jobs:
${{ runner.os }}-
- name: Set up OCaml
uses: avsm/setup-ocaml@v1.1.9
uses: avsm/setup-ocaml@v1
with:
# Version of the OCaml compiler to initialise
ocaml-version: 4.12.0
ocaml-version: 4.11.2
- name: Install dependencies
run: |