Skip to content

Commit 18ea154

Browse files
committed
Build releases on macOS 26 runner
1 parent f025ad4 commit 18ea154

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ concurrency:
2222

2323
jobs:
2424
release:
25-
runs-on: macos-15
26-
# macOS 15 defaults to Xcode 16.4 (Swift 6.1), while Defaults 9.0.8 requires
27-
# Swift tools 6.2. Pin the same Xcode generation used for local release builds.
25+
# Defaults 9.0.8 requires Swift tools 6.2, and Icon Composer's asset compiler
26+
# requires the macOS 26 runtime. Pin the matching hosted image and Xcode.
27+
runs-on: macos-26
2828
env:
2929
DEVELOPER_DIR: /Applications/Xcode_26.3.app/Contents/Developer
3030
SPARKLE_PUBLIC_ED_KEY: ${{ vars.SPARKLE_PUBLIC_ED_KEY }}

0 commit comments

Comments
 (0)