Skip to content

Commit

Permalink
Build on M1 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tjammer committed Feb 27, 2024
1 parent 20d897f commit 6887217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
include:
- { ocaml-compiler: 5.0.0, os: ubuntu-latest }
- { ocaml-compiler: 5.0.0, os: macos-latest }
- { ocaml-compiler: 5.0.0, os: macos-arm }
- { ocaml-compiler: 4.14.0, os: ubuntu-latest }
- { ocaml-compiler: 4.14.0, os: windows-latest }
- { ocaml-compiler: 4.14.0, os: macos-latest }
- { ocaml-compiler: 4.14.0, os: macos-arm }
- { ocaml-compiler: 4.06.0, os: ubuntu-latest }

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6887217

Please sign in to comment.