From 6ad8349bd2729f92242bb9ff2fcd82669858c848 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Sat, 17 Aug 2024 07:30:43 +0300 Subject: [PATCH] Try to fix MacOS X ARM64 build --- .github/workflows/macos_arm.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos_arm.yml b/.github/workflows/macos_arm.yml index b433251..45478fe 100644 --- a/.github/workflows/macos_arm.yml +++ b/.github/workflows/macos_arm.yml @@ -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 @@ -103,7 +106,7 @@ jobs: strategy: matrix: ocaml-compiler: - - 4.11.2 + - 4.12.1 runs-on: macos-14 steps: - name: Checkout code @@ -141,7 +144,7 @@ jobs: strategy: matrix: ocaml-compiler: - - "4.11.2" + - "4.12.1" runs-on: macos-14 steps: