We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a9152 commit 9663bc5Copy full SHA for 9663bc5
1 file changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Select Xcode
28
run: |
29
- sudo xcode-select -s /Applications/Xcode_26.0.app
+ sudo xcode-select -s /Applications/Xcode_26.1.app
30
xcodebuild -version
31
32
- name: Create Stow Directory
@@ -38,7 +38,6 @@ jobs:
38
- name: Install Dependencies
39
40
brew update -q
41
- brew uninstall -q cmake
42
xargs brew install -q --formula < homebrew/build-deps.txt
43
44
- name: Fetch Sources
@@ -47,7 +46,7 @@ jobs:
47
46
- name: Build & Install
48
run: ./build-all --bundle
49
env:
50
- MACOSX_DEPLOYMENT_TARGET: 26.0
+ MACOSX_DEPLOYMENT_TARGET: 26.1
51
52
- name: Upload Artifact
53
id: upload
0 commit comments