18
18
OPENMINA_PANIC_ON_BUG : true
19
19
CARGO_INCREMENTAL : 1
20
20
RUSTFLAGS : " -C overflow-checks=off -C debug-assertions=off"
21
- OCAML_VERSION : " 4.14.2"
22
21
23
22
concurrency :
24
23
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -144,6 +143,7 @@ jobs:
144
143
fail-fast : false # Allow other platforms to continue if one fails
145
144
matrix :
146
145
os : [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-latest]
146
+ ocaml_version : [4.14.2]
147
147
runs-on : ${{ matrix.os }}
148
148
steps :
149
149
- name : Git checkout
@@ -155,7 +155,7 @@ jobs:
155
155
- name : Use shared OCaml setting up steps
156
156
uses : ./.github/actions/setup-ocaml
157
157
with :
158
- ocaml_version : ${{ OCAML_VERSION }}
158
+ ocaml_version : ${{ matrix.ocaml_version }}
159
159
160
160
- name : Setup Rust
161
161
uses : ./.github/actions/setup-rust
@@ -193,7 +193,7 @@ jobs:
193
193
- name : Use shared OCaml setting up steps
194
194
uses : ./.github/actions/setup-ocaml
195
195
with :
196
- ocaml_version : ${{ OCAML_VERSION }}
196
+ ocaml_version : ${{ matrix.ocaml_version }}
197
197
198
198
- name : Setup WebAssembly environment
199
199
uses : ./.github/actions/setup-wasm
@@ -222,7 +222,7 @@ jobs:
222
222
- name : Use shared OCaml setting up steps
223
223
uses : ./.github/actions/setup-ocaml
224
224
with :
225
- ocaml_version : ${{ OCAML_VERSION }}
225
+ ocaml_version : ${{ matrix.ocaml_version }}
226
226
227
227
- name : Setup Rust
228
228
uses : ./.github/actions/setup-rust
@@ -260,7 +260,7 @@ jobs:
260
260
- name : Use shared OCaml setting up steps
261
261
uses : ./.github/actions/ocaml-shared
262
262
with :
263
- ocaml_version : ${{ OCAML_VERSION }}
263
+ ocaml_version : ${{ matrix.ocaml_version }}
264
264
265
265
- name : Setup Rust
266
266
uses : ./.github/actions/setup-rust
0 commit comments