Skip to content

Commit

Permalink
update workflow to use Python 3.10 instead of Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Aug 25, 2024
1 parent b1b35a4 commit 0c95771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "no prereqs to set up"

- name: Setup Python
- uses: actions/setup-python@v5
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit 0c95771

Please sign in to comment.