Skip to content

Commit

Permalink
slightly older setup-ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ospencer committed Mar 4, 2025
1 parent 7f2df86 commit 5b56854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
submodules: "recursive"

- name: Setup OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
uses: ocaml/setup-ocaml@0be8cf78003da95bae972c7761cb38f471444787 # v3.0.10
if: ${{ startsWith(matrix.os, 'windows-') }}
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
Expand All @@ -35,7 +35,7 @@ jobs:
default: https://github.com/ocaml/opam-repository.git
- name: Setup OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
uses: ocaml/setup-ocaml@0be8cf78003da95bae972c7761cb38f471444787 # v3.0.10
if: ${{ !startsWith(matrix.os, 'windows-') }}
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
echo -n "$CHANGES" > CHANGES.md
- name: Setup OCaml
uses: ocaml/setup-ocaml@0b8b8c6f352bfdd12fa56b6727eed5990aa22859 # v3.2.10
uses: ocaml/setup-ocaml@0be8cf78003da95bae972c7761cb38f471444787 # v3.0.10
with:
ocaml-compiler: 4.14.0

Expand Down

0 comments on commit 5b56854

Please sign in to comment.