Skip to content

Commit

Permalink
update CI to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed May 28, 2024
1 parent fbf9f2d commit e50f962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- ubuntu-latest
# - windows-latest see #5
ocaml-compiler:
- "5.1"
#include:
# - os: ubuntu-latest
# ocaml-compiler: "4.13"
- "5.2"
include:
- os: ubuntu-latest
ocaml-compiler: "5.1"
runs-on: ${{ matrix.os }}
steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: setup-ocaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"
ocaml-compiler: "5.2"
dune-cache: false
opam-depext: true
opam-pin: true
Expand Down

0 comments on commit e50f962

Please sign in to comment.