Skip to content

Commit

Permalink
python update
Browse files Browse the repository at this point in the history
  • Loading branch information
swetayadav1 committed Nov 8, 2023
1 parent e589c94 commit 36d7120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- name: "[macOS] Downloading Python"
if: matrix.os == 'macos-latest'
run: curl https://www.python.org/ftp/python/3.9.5/python-3.9.5-macosx10.9.pkg -o "python.pkg" # XXX_PYTHON
run: curl https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg -o "python.pkg" # XXX_PYTHON

- name: "[macOS] Install Python"
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 36d7120

Please sign in to comment.