Merge pull request #8902 from nextcloud/ci/noid/bump-xcode

chore(ci): use Xcode 16.3
This commit is contained in:
Jyrki Gadinger 2025-10-20 10:30:28 +02:00 committed by GitHub
commit 39bf9e4ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ jobs:
- name: List Xcode installations
run: sudo ls -1 /Applications | grep "Xcode"
- name: Select Xcode 16.2
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
- name: Select Xcode 16.3
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: Set up Python ${{ inputs.PYTHON_VERSION }}
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0

View File

@ -43,9 +43,9 @@ jobs:
if: steps.cache-craft-restore.outputs.cache-hit != 'true'
run: sudo ls -1 /Applications | grep "Xcode"
- name: Select Xcode 16.2
- name: Select Xcode 16.3
if: steps.cache-craft-restore.outputs.cache-hit != 'true'
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: Set up Python ${{ env.PYTHON_VERSION }}
if: steps.cache-craft-restore.outputs.cache-hit != 'true'