mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
chore: disable CI on mac OS for now
- no particular system dependency, so low chances of breaking on mac OS - in CI, takes a while
This commit is contained in:
parent
2f353cfd94
commit
ceb0b09426
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -6,9 +6,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-latest
|
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- windows-latest
|
- windows-latest
|
||||||
|
#- macos-latest # clogs CI
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 4.04.x
|
- 4.04.x
|
||||||
- 4.10.x
|
- 4.10.x
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue