Skip to content

Commit d4ae28f

Browse files
committed
CI: fix macos runner
1 parent b643d96 commit d4ae28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: ocaml/setup-ocaml@v2
9898
with:
9999
ocaml-compiler: ${{ matrix.ocaml-compiler }}
100-
dune-cache: true
100+
dune-cache: ${{ matrix.os != 'macos-latest' }}
101101
opam-depext: ${{ !matrix.skip-test }}
102102
opam-depext-flags: --with-test
103103

0 commit comments

Comments
 (0)