Skip to content

Commit fcf90a5

Browse files
authored
Merge pull request #388 from ocaml-multicore/switch-510-to-rc2
Switch 510 workflows to rc2
2 parents 448c059 + 61248f1 commit fcf90a5

8 files changed

+9
-9
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~rc1+options+win
10+
compiler: ocaml-variants.5.1.0~rc2+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~rc1+options+win
21+
compiler: ocaml-variants.5.1.0~rc2+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~rc1+options,ocaml-option-32bit'
9+
compiler: 'ocaml-variants.5.1.0~rc2+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~rc1+options,ocaml-option-bytecode-only'
9+
compiler: 'ocaml-variants.5.1.0~rc2+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~rc1'
9+
compiler: 'ocaml-base-compiler.5.1.0~rc2'
1010
dune_profile: 'debug-runtime'
1111
runparam: 'v=0,V=1'
1212
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~rc1'
9+
compiler: 'ocaml-base-compiler.5.1.0~rc2'

.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~rc1'
9+
compiler: 'ocaml-base-compiler.5.1.0~rc2'
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~rc1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
10+
compiler: ocaml-variants.5.1.0~rc2+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~rc1+options+win,ocaml-option-mingw
10+
compiler: ocaml-variants.5.1.0~rc2+options+win,ocaml-option-mingw
1111
timeout: 240

0 commit comments

Comments
 (0)