Skip to content

Commit 9663bc5

Browse files
committed
ci: update Xcode to 26.1
1 parent 04a9152 commit 9663bc5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Select Xcode
2828
run: |
29-
sudo xcode-select -s /Applications/Xcode_26.0.app
29+
sudo xcode-select -s /Applications/Xcode_26.1.app
3030
xcodebuild -version
3131
3232
- name: Create Stow Directory
@@ -38,7 +38,6 @@ jobs:
3838
- name: Install Dependencies
3939
run: |
4040
brew update -q
41-
brew uninstall -q cmake
4241
xargs brew install -q --formula < homebrew/build-deps.txt
4342
4443
- name: Fetch Sources
@@ -47,7 +46,7 @@ jobs:
4746
- name: Build & Install
4847
run: ./build-all --bundle
4948
env:
50-
MACOSX_DEPLOYMENT_TARGET: 26.0
49+
MACOSX_DEPLOYMENT_TARGET: 26.1
5150

5251
- name: Upload Artifact
5352
id: upload

0 commit comments

Comments
 (0)