Skip to content

Commit 5a02948

Browse files
authored
setup-ocaml 2.0.6 supports macOS ARM now (#5625)
1 parent 203043a commit 5a02948

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,12 @@ jobs:
3434
submodules: true
3535

3636
- name: Use OCaml ${{matrix.ocaml_compiler}}
37-
if: runner.name != 'macos-arm'
3837
uses: ocaml/setup-ocaml@v2
3938
with:
4039
ocaml-compiler: ${{matrix.ocaml_compiler}}
4140
opam-pin: false
4241
opam-depext: false
4342

44-
- name: Use OCaml ${{matrix.ocaml_compiler}} (macOS ARM)
45-
if: runner.name == 'macos-arm'
46-
uses: AbstractMachinesLab/setup-ocaml@arm-support
47-
with:
48-
ocaml-compiler: ${{matrix.ocaml_compiler}}
49-
opam-pin: false
50-
opam-depext: false
51-
5243
- name: Use Node.js
5344
uses: actions/setup-node@v3
5445
with:

0 commit comments

Comments
 (0)