Skip to content

Commit f1533b8

Browse files
authored
Merge pull request #460 from ocaml-multicore/move-to-520
Move GA workflows from 5.2.0~beta2 to 5.2.0 release
2 parents dda5ff6 + 02d317a commit f1533b8

10 files changed

+10
-10
lines changed

.github/workflows/cygwin-520.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
uses: ./.github/workflows/common.yml
1313
with:
1414
runs_on: windows-latest
15-
compiler: ocaml-variants.5.2.0~beta2+options+win
15+
compiler: ocaml-variants.5.2.0+options+win
1616
cygwin: true
1717
timeout: 240

.github/workflows/linux-520-32bit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
build:
1212
uses: ./.github/workflows/common.yml
1313
with:
14-
compiler: 'ocaml-variants.5.2.0~beta2+options,ocaml-option-32bit'
14+
compiler: 'ocaml-variants.5.2.0+options,ocaml-option-32bit'
1515
timeout: 240

.github/workflows/linux-520-bytecode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
build:
1212
uses: ./.github/workflows/common.yml
1313
with:
14-
compiler: 'ocaml-variants.5.2.0~beta2+options,ocaml-option-bytecode-only'
14+
compiler: 'ocaml-variants.5.2.0+options,ocaml-option-bytecode-only'
1515
timeout: 240

.github/workflows/linux-520-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
uses: ./.github/workflows/common.yml
1313
with:
14-
compiler: 'ocaml-base-compiler.5.2.0~beta2'
14+
compiler: 'ocaml-base-compiler.5.2.0'
1515
dune_profile: 'debug-runtime'
1616
runparam: 's=4096,v=0,V=1'
1717
timeout: 240

.github/workflows/linux-520-fp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
build:
1212
uses: ./.github/workflows/common.yml
1313
with:
14-
compiler: 'ocaml-variants.5.2.0~beta2+options,ocaml-option-fp'
14+
compiler: 'ocaml-variants.5.2.0+options,ocaml-option-fp'
1515
timeout: 240

.github/workflows/linux-520.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
build:
1212
uses: ./.github/workflows/common.yml
1313
with:
14-
compiler: 'ocaml-base-compiler.5.2.0~beta2'
14+
compiler: 'ocaml-base-compiler.5.2.0'

.github/workflows/macosx-arm64-520.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
build:
1212
uses: ./.github/workflows/common.yml
1313
with:
14-
compiler: 'ocaml-base-compiler.5.2.0~beta2'
14+
compiler: 'ocaml-base-compiler.5.2.0'
1515
runs_on: 'macos-14'

.github/workflows/macosx-intel-520.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
build:
1212
uses: ./.github/workflows/common.yml
1313
with:
14-
compiler: 'ocaml-base-compiler.5.2.0~beta2'
14+
compiler: 'ocaml-base-compiler.5.2.0'
1515
runs_on: 'macos-13'

.github/workflows/mingw-520-bytecode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
uses: ./.github/workflows/common.yml
1313
with:
1414
runs_on: windows-latest
15-
compiler: ocaml-variants.5.2.0~beta2+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
15+
compiler: ocaml-variants.5.2.0+options+win,ocaml-option-mingw,ocaml-option-bytecode-only
1616
timeout: 240

.github/workflows/mingw-520.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
uses: ./.github/workflows/common.yml
1313
with:
1414
runs_on: windows-latest
15-
compiler: ocaml-variants.5.2.0~beta2+options+win,ocaml-option-mingw
15+
compiler: ocaml-variants.5.2.0+options+win,ocaml-option-mingw
1616
timeout: 240

0 commit comments

Comments
 (0)