Skip to content

Commit

Permalink
Trim CI versions of OCaml and specific OS versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Jan 11, 2022
1 parent f6d70ee commit ad09cc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
- macos-11
- ubuntu-20.04
- windows-2019

ocaml-compiler:
- 4.08.x
- 4.09.x
- 4.10.x
- 4.11.x
# - 4.09.x
# - 4.10.x
# - 4.11.x
- 4.12.x
- 4.13.x

Expand Down

0 comments on commit ad09cc1

Please sign in to comment.