Skip to content

Commit

Permalink
Merge pull request #451 from ocaml-multicore/move-520-to-beta2
Browse files Browse the repository at this point in the history
Move 5.2.0 workflows from beta1 to beta2
  • Loading branch information
jmid authored Apr 17, 2024
2 parents c65989d + 9c4a752 commit fecdeab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-520.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.2.0~beta1+options+win
compiler: ocaml-variants.5.2.0~beta2+options+win
cygwin: true
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-520-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0~beta1+options,ocaml-option-32bit'
compiler: 'ocaml-variants.5.2.0~beta2+options,ocaml-option-32bit'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-520-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0~beta1+options,ocaml-option-bytecode-only'
compiler: 'ocaml-variants.5.2.0~beta2+options,ocaml-option-bytecode-only'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-520-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.2.0~beta1'
compiler: 'ocaml-base-compiler.5.2.0~beta2'
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-520-fp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0~beta1+options,ocaml-option-fp'
compiler: 'ocaml-variants.5.2.0~beta2+options,ocaml-option-fp'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-520.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.2.0~beta1'
compiler: 'ocaml-base-compiler.5.2.0~beta2'
2 changes: 1 addition & 1 deletion .github/workflows/macosx-520.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.2.0~beta1'
compiler: 'ocaml-base-compiler.5.2.0~beta2'
runs_on: 'macos-latest'
2 changes: 1 addition & 1 deletion .github/workflows/mingw-520-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.2.0~beta1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
compiler: ocaml-variants.5.2.0~beta2+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/mingw-520.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.2.0~beta1+options+win,ocaml-option-mingw
compiler: ocaml-variants.5.2.0~beta2+options+win,ocaml-option-mingw
timeout: 240

0 comments on commit fecdeab

Please sign in to comment.