Skip to content

Commit

Permalink
Bump OCaml compiler version used in CI (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Jan 14, 2025
2 parents 0e112c6 + a71406e commit cc2f514
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build
on:
workflow_dispatch:
push:
branches:
- 'master'
Expand All @@ -26,8 +27,8 @@ concurrency:
permissions:
contents: read
env:
OCAML_COMILER_VERSION: "4.13.1"
JOBS: 2
OCAML_COMILER_VERSION: "4.14.2"
JOBS: 4
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint-opam.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Lint Opam
on:
workflow_dispatch:
pull_request:
paths:
- '**.opam'
Expand All @@ -17,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
3 changes: 2 additions & 1 deletion .github/workflows/refresh-cache.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Refresh cache
on:
workflow_dispatch:
schedule:
- cron: 0 1 * * MON
concurrency:
Expand All @@ -8,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 cc2f514

Please sign in to comment.