Skip to content

Commit

Permalink
Fix CI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Sep 11, 2024
1 parent c7287d1 commit d1a8d57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
ocaml-version: [ '5', '4', '4.10.0', '4.08.1' ]
operating-system: [macos-latest, ubuntu-latest, windows-latest]
exclude:
operating-system: macos-latest
ocaml-version: ['4.10.0', '4.08.1']
- operating-system: macos-latest
ocaml-version: ['4.10.0', '4.08.1']
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
Expand All @@ -30,8 +30,8 @@ jobs:
ocaml-version: [ '5', '4', '4.10.0', '4.08.1' ]
operating-system: [macos-latest, ubuntu-latest, windows-latest]
exclude:
operating-system: macos-latest
ocaml-version: ['4.10.0', '4.08.1']
- operating-system: macos-latest
ocaml-version: ['4.10.0', '4.08.1']
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
Expand All @@ -49,8 +49,8 @@ jobs:
ocaml-version: [ '5', '4', '4.10.0', '4.08.1' ]
operating-system: [macos-latest, ubuntu-latest]
exclude:
operating-system: macos-latest
ocaml-version: ['4.10.0', '4.08.1']
- operating-system: macos-latest
ocaml-version: ['4.10.0', '4.08.1']
steps:
- uses: actions/checkout@v4
- uses: ocaml/setup-ocaml@v3
Expand Down

0 comments on commit d1a8d57

Please sign in to comment.