From a92943f0fc5a9c3624001d8aacc9d06d79d419fe Mon Sep 17 00:00:00 2001 From: Romain Tetley Date: Mon, 13 Jan 2025 13:51:37 +0100 Subject: [PATCH] fix: ubuntu CI Github is rolling out ubuntu 24.04 runners. This broke CI. Had to update setup-ocaml to v3. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2df9ad8fc..25db69618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@v3 - name: Use OCaml ${{ matrix.ocaml-compiler }} - uses: avsm/setup-ocaml@v2 + uses: avsm/setup-ocaml@v3 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v3 - name: Use OCaml ${{ matrix.ocaml-compiler }} - uses: avsm/setup-ocaml@v2 + uses: avsm/setup-ocaml@v3 with: ocaml-compiler: ${{ matrix.ocaml-compiler }}