Skip to content

Commit

Permalink
Update macos workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Dec 12, 2024
1 parent caa4d19 commit b22ce4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: macos-14
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.13']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
cd ./capstone-5.0.1
bash ./make.sh
sudo make install
sudo cp /usr/local/lib/libcapstone.5.dylib /usr/lib/libcapstone.5.dylib
cd ../
- name: Install Unicorn
Expand Down

0 comments on commit b22ce4e

Please sign in to comment.