Skip to content

Commit

Permalink
Merge pull request #1268 from square/ray/xcode-bump
Browse files Browse the repository at this point in the history
Bumps xcode, python versions as MacOS marches on
  • Loading branch information
rjrjr authored Apr 29, 2024
2 parents 6fcf648 + 412955f commit d4a6302
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.10.10'
python-version: '3.12.3'

- name: Install Python dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
brew install sourcedocs
# Use Xcode
sudo xcode-select -s /Applications/Xcode_14.2.0.app
sudo xcode-select -s /Applications/Xcode_15.1.app
# Docs dependencies
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10.10'
python-version: '3.12.3'

- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10.10'
python-version: '3.12.3'
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install dependencies
Expand Down

0 comments on commit d4a6302

Please sign in to comment.