Skip to content

Commit 77f28ac

Browse files
committed
Switch CI/CD to use compiler version
1 parent 3c286c3 commit 77f28ac

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ jobs:
1212
os:
1313
- macos-latest
1414
- ubuntu-latest
15-
ocaml-version:
16-
- 5.4.1
15+
ocaml-compiler: 5
1716

1817
runs-on: ${{ matrix.os }}
1918

2019
steps:
2120
- name: Checkout code
2221
uses: actions/checkout@v2
2322

24-
- name: Use OCaml ${{ matrix.ocaml-version }}
23+
- name: Setup OCaml
2524
uses: avsm/setup-ocaml@v3
2625
with:
27-
ocaml-version: ${{ matrix.ocaml-version }}
26+
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2827

2928
- name: Set git user
3029
run: |

0 commit comments

Comments
 (0)