Skip to content

Commit bc028c8

Browse files
committed
[CI] build with ocaml 5.3
1 parent 1630023 commit bc028c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
strategy:
263263
fail-fast: false
264264
matrix:
265-
ocaml: ["4.08.1", "5.0.0"]
265+
ocaml: ["4.08.1", "5.3.0"]
266266
steps:
267267
- uses: actions/checkout@main
268268
with:
@@ -351,7 +351,7 @@ jobs:
351351
- name: Upload artifact
352352
uses: actions/upload-artifact@v4
353353
with:
354-
name: linuxBinaries${{ (matrix.ocaml == '5.0.0' && '_ocaml5') || '' }}
354+
name: linuxBinaries${{ (matrix.ocaml == '5.3.0' && '_ocaml5') || '' }}
355355
path: out
356356

357357
- name: Upload xmldoc artifact
@@ -372,7 +372,7 @@ jobs:
372372
strategy:
373373
fail-fast: false
374374
matrix:
375-
ocaml: ["4.08.1", "5.0.0"]
375+
ocaml: ["4.08.1", "5.3.0"]
376376
target: [macro, js, hl, cpp, 'java,jvm', cs, php, python, lua, flash, neko]
377377
include:
378378
- target: hl
@@ -389,7 +389,7 @@ jobs:
389389
submodules: recursive
390390
- uses: actions/download-artifact@v4
391391
with:
392-
name: linuxBinaries${{ (matrix.ocaml == '5.0.0' && '_ocaml5') || '' }}
392+
name: linuxBinaries${{ (matrix.ocaml == '5.3.0' && '_ocaml5') || '' }}
393393
path: linuxBinaries
394394

395395
- name: Install Neko from S3

0 commit comments

Comments
 (0)