From 3569ffe2f8c68687fc7ad6f8ad25b7d5e8a84b32 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Sat, 7 Dec 2024 06:51:09 +0900 Subject: [PATCH] ci: fix Signed-off-by: Sora Morimoto --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b6a5d437..e707c1de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,9 @@ jobs: fail-fast: false matrix: os: - - macos-latest - ubuntu-latest + - macos-latest + - windows-latest ocaml-compiler: - 5 - 4 @@ -63,7 +64,7 @@ jobs: ocaml-compiler: 4 opam-pin: false - - run: opam install mirage + - run: opam install "mirage<4.7.0" - run: opam exec -- mirage configure -t ${{ matrix.mode }} - run: opam exec -- make depend - run: opam exec -- make