Skip to content

Commit

Permalink
Change workflow files to use ocaml 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccasin committed Oct 31, 2024
1 parent 53002b3 commit 7fc69b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
ocaml-compiler:
# Don't include every versions. OCaml-CI already covers that
- 4.14.x
- 5.2.x

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-mingw64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.x
ocaml-compiler: 5.2.x
opam-repositories: |
default: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
opam: https://github.com/ocaml/opam-repository.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- windows-latest
ocaml-compiler:
# Don't include every versions. OCaml-CI already covers that
- 4.14.x
- 5.2.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7fc69b1

Please sign in to comment.