Skip to content

Commit 434d925

Browse files
committed
_
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent aa1b46e commit 434d925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
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
@@ -61,9 +62,8 @@ jobs:
6162
uses: ocaml/setup-ocaml@v3
6263
with:
6364
ocaml-compiler: 4
64-
opam-pin: false
6565

66-
- run: opam install mirage
66+
- run: opam install "mirage<4.7.0"
6767
- run: opam exec -- mirage configure -t ${{ matrix.mode }}
6868
- run: opam exec -- make depend
6969
- run: opam exec -- make

0 commit comments

Comments
 (0)