Skip to content

Commit

Permalink
[gh actions] update setup-python action for macos (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller authored Jul 17, 2024
1 parent d8a33ff commit e140a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo Killing XProtect.; sudo pkill -9 XProtect >/dev/null || true;
- name: Downgrade Python version
uses: actions/setup-python@v4
uses: actions/setup-python@v5
id: cp39
with:
python-version: '3.9'
Expand Down

0 comments on commit e140a1c

Please sign in to comment.