Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Jul 4, 2024
1 parent d119249 commit 0f4a2a3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ jobs:
run:
name: Build
strategy:
fail-fast: false
matrix:
os:
- macos-13
- ubuntu-latest
- windows-latest
ocaml-compiler:
- 4.08.x
- 4.12.x
- 4.14.x
- 5.0.0
- 5.2.0
- "4.08"
- "4.12"
- "4.14"
- "5.0"
- "5.2"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0f4a2a3

Please sign in to comment.