Skip to content

Commit

Permalink
Deduplicate matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Jul 29, 2024
1 parent 5636cac commit a739ea3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
name: Build
on:
push:
branches:
- master # forall push/merge in master
pull_request:
branches:
- "**" # forall submitted Pull Requests

jobs:
build:
Expand Down Expand Up @@ -39,6 +35,8 @@ jobs:
- 5.1.x
- 5.2.x
exclude:
- os: ubuntu-latest
setup-version: v2 # duplicated
- os: macos-13
setup-version: v3 # opam uninstall fails
- os: macos-latest
Expand Down Expand Up @@ -96,6 +94,12 @@ jobs:
ocaml-version: 4.12.x
- os: windows-latest
setup-version: v2
ocaml-version: 4.13.x
- os: windows-latest
setup-version: v2 # duplicated
ocaml-version: 4.14.x
- os: windows-latest
setup-version: v2 # duplicated
ocaml-version: 5.0.x
- os: windows-latest
setup-version: v2
Expand Down

0 comments on commit a739ea3

Please sign in to comment.