Skip to content

Commit

Permalink
Merge pull request #423 from ocaml-multicore/move-to-511
Browse files Browse the repository at this point in the history
Move GitHub action workflows to 5.1.1
  • Loading branch information
jmid authored Dec 19, 2023
2 parents 913c230 + ec776d4 commit 3c423ab
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-51x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.1~rc1+options+win
compiler: ocaml-variants.5.1.1+options+win
cygwin: true
timeout: 360
2 changes: 1 addition & 1 deletion .github/workflows/linux-51x-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.1~rc1+options,ocaml-option-32bit'
compiler: 'ocaml-variants.5.1.1+options,ocaml-option-32bit'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-51x-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.1~rc1+options,ocaml-option-bytecode-only'
compiler: 'ocaml-variants.5.1.1+options,ocaml-option-bytecode-only'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-51x-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.1.1~rc1'
compiler: 'ocaml-base-compiler.5.1.1'
dune_profile: 'debug-runtime'
runparam: 's=4096,v=0,V=1'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-51x-fp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.1.1~rc1+options,ocaml-option-fp'
compiler: 'ocaml-variants.5.1.1+options,ocaml-option-fp'
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/linux-51x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.1.1~rc1'
compiler: 'ocaml-base-compiler.5.1.1'
2 changes: 1 addition & 1 deletion .github/workflows/macosx-51x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-base-compiler.5.1.1~rc1'
compiler: 'ocaml-base-compiler.5.1.1'
runs_on: 'macos-latest'
2 changes: 1 addition & 1 deletion .github/workflows/mingw-51x-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.1~rc1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
compiler: ocaml-variants.5.1.1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/mingw-51x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.1~rc1+options+win,ocaml-option-mingw
compiler: ocaml-variants.5.1.1+options+win,ocaml-option-mingw
timeout: 240

0 comments on commit 3c423ab

Please sign in to comment.