Skip to content

Commit d1d0f6e

Browse files
committed
It begins. My fight with CI and with myself.
1 parent 845e7d2 commit d1d0f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Windows
3131
uses: windows-latest
3232
ocaml:
33-
ocaml-compiler: "5.0.3"
33+
ocaml-compiler: "5.3.0"
3434
opam-depext: false
3535
input-file: illuaminate.exe
3636
output-file: illuaminate-windows-x86_64.exe
@@ -69,7 +69,7 @@ jobs:
6969
if: "matrix.name == 'Linux'"
7070

7171
- name: Use OCaml
72-
uses: ocaml/setup-ocaml@v2
72+
uses: ocaml/setup-ocaml@v3
7373
with: ${{ matrix.ocaml }}
7474

7575
- name: Install dependencies

0 commit comments

Comments
 (0)