From c5060711cabb58b93dcaedd4877162e07818f1f4 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 5 Jul 2023 22:02:25 -0400 Subject: [PATCH] try to fix CI --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e2af947d..02a132ec 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,10 +12,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Use OCaml 4.14.x + - name: Use OCaml uses: ocaml/setup-ocaml@v2 with: - ocaml-compiler: 4.14.x + ocaml-compiler: 5.0 dune-cache: true - name: Deploy odoc to GitHub Pages