We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b674c5e + b3f2a12 commit 44c204bCopy full SHA for 44c204b
.github/workflows/build.yml
@@ -27,11 +27,12 @@ jobs:
27
- '8.17'
28
ocaml_version:
29
- '4.14-flambda'
30
+ - '4.09-flambda'
31
target: [ local, opam ]
32
fail-fast: true
33
34
concurrency:
- group: ${{ github.workflow }}-${{ matrix.target }}-Ubuntu-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
35
+ group: ${{ github.workflow }}-${{ matrix.ocaml_version }}-${{ matrix.target }}-Ubuntu-${{ github.event_name }}-${{ github.head_ref || github.run_id }}
36
cancel-in-progress: true
37
38
steps:
0 commit comments