Skip to content

Commit 02f735e

Browse files
hi2gageclaude
andcommitted
Try macos-26 runner to avoid dyld framework issues (v0.0.13)
macos-15 has dyld missing symbol issues with CoreMedia framework. macos-26 (public preview) should have fixes and Icon Composer support. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 76ed313 commit 02f735e

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
build-and-release:
13-
runs-on: macos-15
13+
runs-on: macos-26
1414

1515
env:
1616
KEYCHAIN_PASSWORD: ${{ github.run_id }}

AppIcon.icns

-1.88 MB
Binary file not shown.

Config/Shared.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// MARK: - Product Info
77
PRODUCT_NAME = BuildSignal
8-
MARKETING_VERSION = 0.0.12
8+
MARKETING_VERSION = 0.0.13
99
CURRENT_PROJECT_VERSION = 1
1010

1111
// MARK: - Deployment

0 commit comments

Comments
 (0)