Skip to content

Commit 3569ffe

Browse files
committed
ci: fix
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 849d3ca commit 3569ffe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os:
18-
- macos-latest
1918
- ubuntu-latest
19+
- macos-latest
20+
- windows-latest
2021
ocaml-compiler:
2122
- 5
2223
- 4
@@ -63,7 +64,7 @@ jobs:
6364
ocaml-compiler: 4
6465
opam-pin: false
6566

66-
- run: opam install mirage
67+
- run: opam install "mirage<4.7.0"
6768
- run: opam exec -- mirage configure -t ${{ matrix.mode }}
6869
- run: opam exec -- make depend
6970
- run: opam exec -- make

0 commit comments

Comments
 (0)