Skip to content

Commit 70fbb4c

Browse files
Bump ocaml version
1 parent 5a2f22b commit 70fbb4c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
strategy:
142142
matrix:
143143
ocaml-compiler:
144-
- 4.11.2
144+
- 4.12.1
145145

146146
runs-on: ubuntu-20.04
147147
steps:
@@ -180,7 +180,7 @@ jobs:
180180
strategy:
181181
matrix:
182182
ocaml-compiler:
183-
- "4.11.2"
183+
- 4.12.1
184184
runs-on: ubuntu-20.04
185185
steps:
186186
- name: Checkout code

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
strategy:
139139
matrix:
140140
ocaml-compiler:
141-
- 4.11.2
141+
- 4.12.1
142142
runs-on: macos-12
143143
steps:
144144
- name: Checkout code
@@ -176,7 +176,7 @@ jobs:
176176
strategy:
177177
matrix:
178178
ocaml-compiler:
179-
- "4.11.2"
179+
- 4.12.1
180180

181181
runs-on: macos-12
182182
steps:

.github/workflows/macos_arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
matrix:
103103
ocaml-compiler:
104-
- 4.11.2
104+
- 4.12.1
105105
runs-on: macos-14
106106
steps:
107107
- name: Checkout code
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
matrix:
141141
ocaml-compiler:
142-
- "4.11.2"
142+
- 4.12.1
143143

144144
runs-on: macos-14
145145
steps:

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
strategy:
189189
matrix:
190190
ocaml-compiler:
191-
- 4.11.2
191+
- 4.12.1
192192
runs-on: windows-2019
193193
steps:
194194
- name: Checkout code
@@ -226,7 +226,7 @@ jobs:
226226
strategy:
227227
matrix:
228228
ocaml-compiler:
229-
- "4.11.2"
229+
- 4.12.1
230230
runs-on: windows-2019
231231
steps:
232232
- name: Checkout code

0 commit comments

Comments
 (0)