From 873445dfee0ff86bc1c51b22dc152cf3ff8cf362 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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index ea0220d..8ef2495 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -8,9 +8,14 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + - 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 run: |