Skip to content

Commit

Permalink
Move 520-workflows on GitHub actions to 5.2.0~beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Mar 26, 2024
1 parent fc06cf7 commit c56e176
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~alpha1+options+win
compiler: ocaml-variants.5.2.0~beta1+options+win
cygwin: true
timeout: 360
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~alpha1+options,ocaml-option-32bit'
compiler: 'ocaml-variants.5.2.0~beta1+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~alpha1+options,ocaml-option-bytecode-only'
compiler: 'ocaml-variants.5.2.0~beta1+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~alpha1'
compiler: 'ocaml-base-compiler.5.2.0~beta1'
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~alpha1+options,ocaml-option-fp'
compiler: 'ocaml-variants.5.2.0~beta1+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~alpha1'
compiler: 'ocaml-base-compiler.5.2.0~beta1'
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~alpha1'
compiler: 'ocaml-base-compiler.5.2.0~beta1'
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~alpha1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
compiler: ocaml-variants.5.2.0~beta1+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~alpha1+options+win,ocaml-option-mingw
compiler: ocaml-variants.5.2.0~beta1+options+win,ocaml-option-mingw
timeout: 240

0 comments on commit c56e176

Please sign in to comment.