Skip to content

Commit

Permalink
Merge pull request #460 from ocaml-multicore/move-to-520
Browse files Browse the repository at this point in the history
Move GA workflows from 5.2.0~beta2 to 5.2.0 release
  • Loading branch information
jmid authored May 21, 2024
2 parents dda5ff6 + 02d317a commit f1533b8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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~beta2+options+win
compiler: ocaml-variants.5.2.0+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~beta2+options,ocaml-option-32bit'
compiler: 'ocaml-variants.5.2.0+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~beta2+options,ocaml-option-bytecode-only'
compiler: 'ocaml-variants.5.2.0+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~beta2'
compiler: 'ocaml-base-compiler.5.2.0'
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~beta2+options,ocaml-option-fp'
compiler: 'ocaml-variants.5.2.0+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~beta2'
compiler: 'ocaml-base-compiler.5.2.0'
2 changes: 1 addition & 1 deletion .github/workflows/macosx-arm64-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~beta2'
compiler: 'ocaml-base-compiler.5.2.0'
runs_on: 'macos-14'
2 changes: 1 addition & 1 deletion .github/workflows/macosx-intel-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~beta2'
compiler: 'ocaml-base-compiler.5.2.0'
runs_on: 'macos-13'
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~beta2+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
compiler: ocaml-variants.5.2.0+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~beta2+options+win,ocaml-option-mingw
compiler: ocaml-variants.5.2.0+options+win,ocaml-option-mingw
timeout: 240

0 comments on commit f1533b8

Please sign in to comment.