mirror of
https://github.com/c-cube/ezcurl.git
synced 2025-12-06 03:05:31 -05:00
CI: disable mac OS 😡
This commit is contained in:
parent
52c35dc2df
commit
90ad38de20
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macos-latest
|
# - macos-latest # build issues with `ar` (!!!)
|
||||||
#- windows-latest
|
#- windows-latest # certificate problem
|
||||||
ocaml-compiler:
|
ocaml-compiler:
|
||||||
- 4.03.x
|
- 4.03.x
|
||||||
- 4.12.x
|
- 4.12.x
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue