diff --git a/.github/workflows/cygwin-510.yml b/.github/workflows/cygwin-510.yml index 4a57f2912..358e9faa3 100644 --- a/.github/workflows/cygwin-510.yml +++ b/.github/workflows/cygwin-510.yml @@ -7,7 +7,7 @@ jobs: uses: ./.github/workflows/common.yml with: runs_on: windows-latest - compiler: ocaml-variants.5.1.0~alpha2+options+win + compiler: ocaml-variants.5.1.0~beta1+options+win cygwin: true timeout: 360 subsuite: src/array src/atomic src/bigarray src/buffer src/bytes src/domain src/dynlink src/ephemeron src/floatarray src/hashtbl src/io @@ -18,7 +18,7 @@ jobs: uses: ./.github/workflows/common.yml with: runs_on: windows-latest - compiler: ocaml-variants.5.1.0~alpha2+options+win + compiler: ocaml-variants.5.1.0~beta1+options+win cygwin: true timeout: 360 subsuite: src/lazy src/neg_tests src/queue src/semaphore src/stack src/statistics src/sys src/thread src/threadomain src/weak diff --git a/.github/workflows/linux-510-32bit.yml b/.github/workflows/linux-510-32bit.yml index f1eb49489..f99aa27ef 100644 --- a/.github/workflows/linux-510-32bit.yml +++ b/.github/workflows/linux-510-32bit.yml @@ -6,5 +6,5 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-variants.5.1.0~alpha2+options,ocaml-option-32bit' + compiler: 'ocaml-variants.5.1.0~beta1+options,ocaml-option-32bit' timeout: 240 diff --git a/.github/workflows/linux-510-bytecode.yml b/.github/workflows/linux-510-bytecode.yml index bd39de344..7961a678c 100644 --- a/.github/workflows/linux-510-bytecode.yml +++ b/.github/workflows/linux-510-bytecode.yml @@ -6,5 +6,5 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-variants.5.1.0~alpha2+options,ocaml-option-bytecode-only' + compiler: 'ocaml-variants.5.1.0~beta1+options,ocaml-option-bytecode-only' timeout: 240 diff --git a/.github/workflows/linux-510-debug.yml b/.github/workflows/linux-510-debug.yml index bb2f28e3e..f120839d7 100644 --- a/.github/workflows/linux-510-debug.yml +++ b/.github/workflows/linux-510-debug.yml @@ -6,7 +6,7 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-base-compiler.5.1.0~alpha2' + compiler: 'ocaml-base-compiler.5.1.0~beta1' dune_profile: 'debug-runtime' runparam: 'v=0,V=1' timeout: 240 diff --git a/.github/workflows/linux-510.yml b/.github/workflows/linux-510.yml index d92689cba..1c9c1a76b 100644 --- a/.github/workflows/linux-510.yml +++ b/.github/workflows/linux-510.yml @@ -6,4 +6,4 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-base-compiler.5.1.0~alpha2' + compiler: 'ocaml-base-compiler.5.1.0~beta1' diff --git a/.github/workflows/macosx-510.yml b/.github/workflows/macosx-510.yml index 6a0b5cff8..52b192d56 100644 --- a/.github/workflows/macosx-510.yml +++ b/.github/workflows/macosx-510.yml @@ -6,5 +6,5 @@ jobs: build: uses: ./.github/workflows/common.yml with: - compiler: 'ocaml-base-compiler.5.1.0~alpha2' + compiler: 'ocaml-base-compiler.5.1.0~beta1' runs_on: 'macos-latest' diff --git a/.github/workflows/windows-510-bytecode.yml b/.github/workflows/windows-510-bytecode.yml index 114e4e5aa..fa36fcd59 100644 --- a/.github/workflows/windows-510-bytecode.yml +++ b/.github/workflows/windows-510-bytecode.yml @@ -7,5 +7,5 @@ jobs: uses: ./.github/workflows/common.yml with: runs_on: windows-latest - compiler: ocaml-variants.5.1.0~alpha2+options+win,ocaml-option-mingw,ocaml-option-bytecode-only + compiler: ocaml-variants.5.1.0~beta1+options+win,ocaml-option-mingw,ocaml-option-bytecode-only timeout: 240 diff --git a/.github/workflows/windows-510.yml b/.github/workflows/windows-510.yml index 021f2c1d2..def06a44c 100644 --- a/.github/workflows/windows-510.yml +++ b/.github/workflows/windows-510.yml @@ -7,5 +7,5 @@ jobs: uses: ./.github/workflows/common.yml with: runs_on: windows-latest - compiler: ocaml-variants.5.1.0~alpha2+options+win,ocaml-option-mingw + compiler: ocaml-variants.5.1.0~beta1+options+win,ocaml-option-mingw timeout: 240