Skip to content

Commit 132d154

Browse files
committed
Add macholib for macOS
1 parent ee2daf2 commit 132d154

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v4
4747
with:
48-
python-version: "3.11"
48+
python-version: "3.13"
4949

5050
- name: Install dependencies
5151
run: |
5252
python -m pip install --upgrade pipenv
5353
pipenv install --dev --system --deploy
54+
pipenv install --system macholib
5455
5556
- name: Clean and build
5657
run: |

0 commit comments

Comments
 (0)