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 8079c61 commit b170e5fCopy full SHA for b170e5f
.github/workflows/ci.yml
@@ -90,12 +90,12 @@ jobs:
90
ocaml_compiler: ocaml-variants.5.2.1+options,ocaml-option-static
91
upload_binaries: true
92
upload_libs: true
93
- # Build the playground compiler and run the benchmarks on the fastest runner
94
- build_playground: true
95
- benchmarks: true
96
- os: ubuntu-22.04-arm # ARM
97
98
+ # Build the playground compiler and run the benchmarks on the fastest runner
+ build_playground: true
+ benchmarks: true
99
- os: macos-13 # x64
100
ocaml_compiler: 5.2.1
101
0 commit comments