Skip to content

Commit

Permalink
Try to fix MacOS X ARM64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Aug 17, 2024
1 parent 13651dd commit 6ad8349
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v2

- name: Install texinfo with Homebrew
run: brew install texinfo

- uses: actions/download-artifact@v2
with:
name: anod-artifacts
Expand Down Expand Up @@ -103,7 +106,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- 4.11.2
- 4.12.1
runs-on: macos-14
steps:
- name: Checkout code
Expand Down Expand Up @@ -141,7 +144,7 @@ jobs:
strategy:
matrix:
ocaml-compiler:
- "4.11.2"
- "4.12.1"

runs-on: macos-14
steps:
Expand Down

0 comments on commit 6ad8349

Please sign in to comment.