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.
1 parent 7e8b601 commit 98d478eCopy full SHA for 98d478e
.github/workflows/ci.yml
@@ -160,6 +160,8 @@ jobs:
160
ocaml_compiler: ocaml-variants.4.14.2+options,ocaml-option-static
161
- os: ubuntu-latest
162
ocaml_compiler: ocaml-variants.4.13.0+options,ocaml-option-static
163
+ - os: buildjet-2vcpu-ubuntu-2204-arm # ARM
164
+ ocaml_compiler: ocaml-variants.5.2.0+options,ocaml-option-static
165
166
runs-on: ${{matrix.os}}
167
@@ -224,6 +226,8 @@ jobs:
224
226
uses: ocaml/[email protected]
225
227
if: steps.cache-opam-env.outputs.cache-hit != 'true'
228
with:
229
+ opam-repositories: |
230
+ default: https://github.com/cknitt/opam-repository.git
231
ocaml-compiler: ${{matrix.ocaml_compiler}}
232
opam-pin: false
233
0 commit comments