There was an error while loading. Please reload this page.
1 parent f025ad4 commit 18ea154Copy full SHA for 18ea154
1 file changed
.github/workflows/release.yml
@@ -22,9 +22,9 @@ concurrency:
22
23
jobs:
24
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.
+ # Defaults 9.0.8 requires Swift tools 6.2, and Icon Composer's asset compiler
+ # requires the macOS 26 runtime. Pin the matching hosted image and Xcode.
+ runs-on: macos-26
28
env:
29
DEVELOPER_DIR: /Applications/Xcode_26.3.app/Contents/Developer
30
SPARKLE_PUBLIC_ED_KEY: ${{ vars.SPARKLE_PUBLIC_ED_KEY }}
0 commit comments