mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
ci: use Xcode 16.2 for macOS workflow
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
8ee4f47d23
commit
c995cdedbf
4
.github/workflows/macos-build-and-test.yml
vendored
4
.github/workflows/macos-build-and-test.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
||||
- name: List Xcode installations
|
||||
run: sudo ls -1 /Applications | grep "Xcode"
|
||||
|
||||
- name: Select Xcode 15.3
|
||||
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
|
||||
- name: Select Xcode 16.2
|
||||
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
|
||||
|
||||
- name: Restore cache
|
||||
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user