Skip to content

Commit

Permalink
chore: Drop Windows support in opam CI (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 5, 2022
1 parent f46f5e2 commit dcac899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opam.yml
Expand Up @@ -11,14 +11,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
ocaml-compiler: [4.12.0]

steps:
- name: Checkout project
uses: actions/checkout@v2
with:
submodules: 'recursive'
submodules: "recursive"

- name: Setup OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit dcac899

Please sign in to comment.