Skip to content

Commit

Permalink
Update python setup
Browse files Browse the repository at this point in the history
python 3.11
setup-python action v4
  • Loading branch information
bldrvnlw authored Sep 16, 2024
1 parent 9a55c85 commit dd7824e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
sudo xcode-select -switch /Applications/Xcode_${{matrix.build-xcode-version}}.app
- name: Setup python version
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Setup gcc version
if: startsWith(matrix.build-compiler, 'gcc')
Expand Down

0 comments on commit dd7824e

Please sign in to comment.