Skip to content

Commit b170e5f

Browse files
committed
Linux ARM is fastest
1 parent 8079c61 commit b170e5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ jobs:
9090
ocaml_compiler: ocaml-variants.5.2.1+options,ocaml-option-static
9191
upload_binaries: true
9292
upload_libs: true
93-
# Build the playground compiler and run the benchmarks on the fastest runner
94-
build_playground: true
95-
benchmarks: true
9693
- os: ubuntu-22.04-arm # ARM
9794
ocaml_compiler: ocaml-variants.5.2.1+options,ocaml-option-static
9895
upload_binaries: true
96+
# Build the playground compiler and run the benchmarks on the fastest runner
97+
build_playground: true
98+
benchmarks: true
9999
- os: macos-13 # x64
100100
ocaml_compiler: 5.2.1
101101
upload_binaries: true

0 commit comments

Comments
 (0)