Skip to content

Commit

Permalink
Bump OCaml compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jan 14, 2025
1 parent 0e67dfc commit d159c33
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ concurrency:
permissions:
contents: read
env:
OCAML_COMILER_VERSION: "4.13.1"
JOBS: 2
OCAML_COMILER_VERSION: "4.14.2"
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-opam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up opam
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.13.x
ocaml-compiler: 4.14.x
opam-repositories: |
coq-released: https://coq.inria.fr/opam/released
default: https://opam.ocaml.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
permissions:
contents: read
env:
OCAML_COMILER_VERSION: "4.13.1"
OCAML_COMILER_VERSION: "4.14.2"
jobs:
cache:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d159c33

Please sign in to comment.