Skip to content

Commit 7262577

Browse files
authored
Merge pull request #371 from ocaml-multicore/add-510beta1
Move GitHub actions to test 5.1.0~beta1
2 parents eeb3a55 + 95d776c commit 7262577

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~alpha2+options+win
10+
compiler: ocaml-variants.5.1.0~beta1+options+win
1111
cygwin: true
1212
timeout: 360
1313
subsuite: src/array src/atomic src/bigarray src/buffer src/bytes src/domain src/dynlink src/ephemeron src/floatarray src/hashtbl src/io
@@ -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~alpha2+options+win
21+
compiler: ocaml-variants.5.1.0~beta1+options+win
2222
cygwin: true
2323
timeout: 360
2424
subsuite: src/lazy src/neg_tests src/queue src/semaphore src/stack src/statistics src/sys src/thread src/threadomain src/weak

.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~alpha2+options,ocaml-option-32bit'
9+
compiler: 'ocaml-variants.5.1.0~beta1+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~alpha2+options,ocaml-option-bytecode-only'
9+
compiler: 'ocaml-variants.5.1.0~beta1+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~alpha2'
9+
compiler: 'ocaml-base-compiler.5.1.0~beta1'
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~alpha2'
9+
compiler: 'ocaml-base-compiler.5.1.0~beta1'

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

0 commit comments

Comments
 (0)