Skip to content

Commit

Permalink
Update macos python version to 3.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Aug 19, 2024
1 parent c991175 commit 2d664f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ jobs:
run: |
echo Killing XProtect.; sudo pkill -9 XProtect >/dev/null || true;
- name: Upgrade Python version
uses: actions/setup-python@v4
id: cp3125
with:
python-version: '3.12.5'

- name: Install Dependencies
run: brew install qt ninja doxygen graphviz protobuf [email protected] pkg-config capnp || brew link --overwrite [email protected]
run: brew install qt ninja doxygen graphviz protobuf [email protected] pkg-config capnp

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2d664f7

Please sign in to comment.