Skip to content

Commit

Permalink
Fix CI on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojnar committed Oct 25, 2024
1 parent 40ce811 commit 0f9f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Install brew dependencies (macOS)
if: runner.os == 'macOS'
run: |
brew install python@3.8
brew install python@3
- name: Install Xcode (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit 0f9f8dd

Please sign in to comment.