Skip to content

Commit 0c95771

Browse files
committed
update workflow to use Python 3.10 instead of Python 3.12
1 parent b1b35a4 commit 0c95771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: echo "no prereqs to set up"
3434

3535
- name: Setup Python
36-
- uses: actions/setup-python@v5
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: "3.10"
3939

0 commit comments

Comments
 (0)