mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
try to fix stupid CI
This commit is contained in:
parent
0ef515f1af
commit
3bee276028
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -5,7 +5,8 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
#os: [macos-latest, ubuntu-latest, windows-latest]
|
||||||
|
os: [macos-latest, ubuntu-latest]
|
||||||
ocaml: [ '4.08.0', '4.03.0', '4.11.0' ]
|
ocaml: [ '4.08.0', '4.03.0', '4.11.0' ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue