Skip to content

Commit 654ed02

Browse files
MarkoVcodeclaude
andcommitted
ci: Upgrade macOS runner versions to macOS 15
- Update build-macos-x64 runner from macos-13 to macos-15 - Update build-macos-arm64 runner from macos-14 to macos-15 This ensures both Intel and Apple Silicon builds use the latest macOS 15 runners for consistency and access to updated tooling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ef621ae commit 654ed02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/brunon-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
build-macos-x64:
107107
name: Build macOS (Intel)
108-
runs-on: macos-13
108+
runs-on: macos-15
109109
permissions:
110110
contents: read
111111
env:
@@ -149,7 +149,7 @@ jobs:
149149

150150
build-macos-arm64:
151151
name: Build macOS (Apple Silicon)
152-
runs-on: macos-14
152+
runs-on: macos-15
153153
permissions:
154154
contents: read
155155
env:

0 commit comments

Comments
 (0)