Skip to content

Commit

Permalink
More CI stumbling
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Sep 30, 2024
1 parent 6c71c57 commit 614f4af
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
ocaml-compiler:
- 5.2.0
- 4.14.2
os: [ubuntu-latest, macos-latest, windows-latest]
ocaml-compiler: [5.2.0, 4.14.2]
include:
- os:linux,
ocaml-compiler:4.03.0
- os:linux,
- os: linux
ocaml-compiler: 4.03.0
- os: linux
ocaml-compiler 4.08.0

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 614f4af

Please sign in to comment.