Skip to content

Commit

Permalink
Bump ocaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau committed Aug 19, 2024
1 parent 5a2f22b commit 70fbb4c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- 4.11.2
- 4.12.1

runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- "4.11.2"
- 4.12.1
runs-on: ubuntu-20.04
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- 4.11.2
- 4.12.1
runs-on: macos-12
steps:
- name: Checkout code
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- "4.11.2"
- 4.12.1

runs-on: macos-12
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- 4.11.2
- 4.12.1
runs-on: macos-14
steps:
- name: Checkout code
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- "4.11.2"
- 4.12.1

runs-on: macos-14
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- 4.11.2
- 4.12.1
runs-on: windows-2019
steps:
- name: Checkout code
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- "4.11.2"
- 4.12.1
runs-on: windows-2019
steps:
- name: Checkout code
Expand Down

0 comments on commit 70fbb4c

Please sign in to comment.