mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8902 from nextcloud/ci/noid/bump-xcode
chore(ci): use Xcode 16.3
This commit is contained in:
commit
39bf9e4ad8
4
.github/workflows/macos-build-and-test.yml
vendored
4
.github/workflows/macos-build-and-test.yml
vendored
@ -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
|
||||
|
||||
4
.github/workflows/macos-craft-ci.yml
vendored
4
.github/workflows/macos-craft-ci.yml
vendored
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user