Skip to content

Commit

Permalink
Update macOS, MinGW, and Cygwin 51x workflows to 5.1.1~rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 5, 2023
1 parent 07947b0 commit a9579fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cygwin-51x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.0+options+win
compiler: ocaml-variants.5.1.1~rc1+options+win
cygwin: true
timeout: 360
dune_alias: 'ci1'
Expand All @@ -18,7 +18,7 @@ jobs:
uses: ./.github/workflows/common.yml
with:
runs_on: windows-latest
compiler: ocaml-variants.5.1.0+options+win
compiler: ocaml-variants.5.1.1~rc1+options+win
cygwin: true
timeout: 360
dune_alias: 'ci2'
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.0'
compiler: 'ocaml-base-compiler.5.1.1~rc1'
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.0+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
compiler: ocaml-variants.5.1.1~rc1+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.0+options+win,ocaml-option-mingw
compiler: ocaml-variants.5.1.1~rc1+options+win,ocaml-option-mingw
timeout: 240

0 comments on commit a9579fe

Please sign in to comment.