From e3821f728261c1886931f7419f9565b236ca8ac0 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Mon, 13 May 2024 22:36:14 -0400 Subject: [PATCH] Fix CI on macOS after upgrade to macos-14 (arm64) --- .github/workflows/ci-macos.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index ea0220d..479898e 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -8,11 +8,20 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + with: + detached: true + - uses: actions/setup-python@v5 + with: + python-version: '3.12' - name: Install dependencies run: | - brew install autoconf automake hidapi libzip + brew install autoconf automake hidapi libtool libzip pip3 install build - name: Build libconcord + env: + CPATH: /opt/homebrew/include run: | cd libconcord mkdir m4; autoreconf --install