We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82a4ba commit d56af3eCopy full SHA for d56af3e
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Select Xcode
29
run: |
30
- sudo xcode-select -s /Applications/Xcode_26.1.app
+ sudo xcode-select -s /Applications/Xcode_26.2.app
31
xcodebuild -version
32
33
- name: Create Stow Directory
@@ -47,7 +47,7 @@ jobs:
47
- name: Build & Install
48
run: ./build-all --bundle
49
env:
50
- MACOSX_DEPLOYMENT_TARGET: 26.1
+ MACOSX_DEPLOYMENT_TARGET: 26.2
51
52
- name: Print Summary
53
0 commit comments