Skip to content

Commit 5518469

Browse files
authored
Merge pull request #393 from ocaml-multicore/switch-510-to-rc3
Switch 5.1.0 GitHub action workflows to 5.1.0~rc3
2 parents f729e6c + b630d0f commit 5518469

9 files changed

+10
-10
lines changed

.github/workflows/cygwin-510.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
uses: ./.github/workflows/common.yml
88
with:
99
runs_on: windows-latest
10-
compiler: ocaml-variants.5.1.0~rc2+options+win
10+
compiler: ocaml-variants.5.1.0~rc3+options+win
1111
cygwin: true
1212
timeout: 360
1313
dune_alias: 'ci1'
@@ -18,7 +18,7 @@ jobs:
1818
uses: ./.github/workflows/common.yml
1919
with:
2020
runs_on: windows-latest
21-
compiler: ocaml-variants.5.1.0~rc2+options+win
21+
compiler: ocaml-variants.5.1.0~rc3+options+win
2222
cygwin: true
2323
timeout: 360
2424
dune_alias: 'ci2'

.github/workflows/linux-510-32bit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-variants.5.1.0~rc2+options,ocaml-option-32bit'
9+
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-32bit'
1010
timeout: 240

.github/workflows/linux-510-bytecode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-variants.5.1.0~rc2+options,ocaml-option-bytecode-only'
9+
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-bytecode-only'
1010
timeout: 240

.github/workflows/linux-510-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-base-compiler.5.1.0~rc2'
9+
compiler: 'ocaml-base-compiler.5.1.0~rc3'
1010
dune_profile: 'debug-runtime'
1111
runparam: 'v=0,V=1'
1212
timeout: 240

.github/workflows/linux-510-fp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-variants.5.1.0~rc1+options,ocaml-option-fp'
9+
compiler: 'ocaml-variants.5.1.0~rc3+options,ocaml-option-fp'
1010
timeout: 240

.github/workflows/linux-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-base-compiler.5.1.0~rc2'
9+
compiler: 'ocaml-base-compiler.5.1.0~rc3'

.github/workflows/macosx-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
build:
77
uses: ./.github/workflows/common.yml
88
with:
9-
compiler: 'ocaml-base-compiler.5.1.0~rc2'
9+
compiler: 'ocaml-base-compiler.5.1.0~rc3'
1010
runs_on: 'macos-latest'

.github/workflows/windows-510-bytecode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
uses: ./.github/workflows/common.yml
88
with:
99
runs_on: windows-latest
10-
compiler: ocaml-variants.5.1.0~rc2+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
10+
compiler: ocaml-variants.5.1.0~rc3+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
1111
timeout: 240

.github/workflows/windows-510.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
uses: ./.github/workflows/common.yml
88
with:
99
runs_on: windows-latest
10-
compiler: ocaml-variants.5.1.0~rc2+options+win,ocaml-option-mingw
10+
compiler: ocaml-variants.5.1.0~rc3+options+win,ocaml-option-mingw
1111
timeout: 240

0 commit comments

Comments
 (0)