Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Oct 14, 2023
1 parent 9bf290b commit 055bbde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
- ubuntu-latest
# - windows-latest see #5
ocaml-compiler:
- "5.0"
include:
- os: ubuntu-latest
ocaml-compiler: "4.13"
- "5.1"
#include:
# - os: ubuntu-latest
# ocaml-compiler: "4.13"
runs-on: ${{ matrix.os }}
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup-ocaml
uses: avsm/setup-ocaml@v2
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
- name: setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
submodules: recursive
persist-credentials: false
- name: setup-ocaml
uses: avsm/setup-ocaml@v2
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.0"
ocaml-compiler: "5.1"
- name: setup-deploy
run: |
opam pin add . -y --no-action
Expand Down

0 comments on commit 055bbde

Please sign in to comment.