mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore(ci): widen support for github CI
This commit is contained in:
parent
c2cab292b1
commit
aba959aa89
2 changed files with 3 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -6,11 +6,10 @@ jobs:
|
|||
runs-on: ${{ matrix.operating-system }}
|
||||
strategy:
|
||||
matrix:
|
||||
#operating-system: [macos-latest, ubuntu-latest, windows-latest]
|
||||
operating-system: [ubuntu-latest]
|
||||
operating-system: [macos-latest, ubuntu-latest, windows-latest]
|
||||
ocaml-version: [ '4.08.0' ]
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@main
|
||||
- uses: avsm/setup-ocaml@master
|
||||
with:
|
||||
ocaml-version: ${{ matrix.ocaml-version }}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# OCaml-containers 📦 [](https://travis-ci.org/c-cube/ocaml-containers)
|
||||
# OCaml-containers 📦 [](https://travis-ci.org/c-cube/ocaml-containers) 
|
||||
|
||||
A modular, clean and powerful extension of the OCaml standard library.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue