Skip to content

Commit 3a2a23e

Browse files
authored
Fix CI on macOS after upgrade to macos-14 (arm64) (#59)
Fixes #58.
1 parent bd643ab commit 3a2a23e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ on:
66
jobs:
77
build:
88
runs-on: macos-latest
9+
env:
10+
CPATH: /opt/homebrew/include
11+
LIBRARY_PATH: /opt/homebrew/lib
912
steps:
1013
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.12'
1117
- name: Install dependencies
1218
run: |
13-
brew install autoconf automake hidapi libzip
19+
brew install autoconf automake hidapi libtool libzip
1420
pip3 install build
1521
- name: Build libconcord
1622
run: |

0 commit comments

Comments
 (0)