Build releases on macos-26 so binaries link macOS SDK 26#17
Merged
nickdirienzo merged 1 commit intomainfrom Apr 28, 2026
Merged
Build releases on macos-26 so binaries link macOS SDK 26#17nickdirienzo merged 1 commit intomainfrom
nickdirienzo merged 1 commit intomainfrom
Conversation
rosslazer
approved these changes
Apr 28, 2026
The macos-15 runner ships SDK 15.5, and AppKit gates Tahoe-era text input behavior on the linked SDK — typing in the input field on macOS 26 silently drops keystrokes for SDK-15-linked binaries. Bumping to macos-26 picks up SDK 26.x by default and restores text entry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
8d2d80a to
8aa3ed0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Flight.app(v2026.04.0) silently drops keystrokes in the input field on macOS 26 — cursor moves but no characters appear. A locally-built release of the same source works fine.macos-15runner links against macOS SDK 15.5, and AppKit gates Tahoe-era text input behavior on the linked SDK. Local builds on macOS 26 link against SDK 26 and behave correctly.release.ymlandpr.ymlfrommacos-15→macos-26(GA as of Feb 2026, default Xcode 26.2 / SDK macosx26.x). Next release will link SDK 26 and restore text entry on Tahoe.Test plan
macos-26runner..appshows SDK 26.x inotool -l Flight | grep -A2 LC_BUILD_VERSION(wassdk 15.5).🤖 Generated with Claude Code