Skip to content

Commit

Permalink
chore: Re-add Windows to OPAM CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 26, 2022
1 parent 16a343a commit b90b6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opam.yml
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ocaml-compiler: [4.12.0, 4.13.0]
os: [ubuntu-latest, macos-latest, windows-latest]
ocaml-compiler: [4.12.0, 4.13.1]

steps:
- name: Checkout project
Expand Down

0 comments on commit b90b6c0

Please sign in to comment.