Skip to content

Commit

Permalink
ci: change OCaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
mununki committed May 12, 2022
1 parent 887347b commit 7c15b32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-18.04]
ocaml-compiler:
- ocaml-variants.4.10.2+rescript
- ocaml-variants.4.10.3+trunk

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [macOS-latest]
ocaml-compiler:
- ocaml-variants.4.10.2+rescript
- ocaml-variants.4.10.3+trunk

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-18.04]
ocaml-compiler:
- ocaml-variants.4.10.2+rescript
- ocaml-variants.4.10.3+trunk

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ubuntu-18.04]
ocaml-compiler:
- ocaml-variants.4.10.2+rescript
- ocaml-variants.4.10.3+trunk

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7c15b32

Please sign in to comment.