Skip to content

Commit d5b3d30

Browse files
committed
fix(ci): upgrade macOS runners from macos-14 to macos-15
The macos-14 SDK has breaking header changes (CFAttributedStringRef, NSExtensionContext undefined) that cause CGO builds of the systray dependency to fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e3b7566 commit d5b3d30

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ jobs:
121121
cgo: "1"
122122
name: mcpproxy-windows-arm64.exe
123123
archive_format: zip
124-
- os: macos-14
124+
- os: macos-15
125125
goos: darwin
126126
goarch: amd64
127127
cgo: "1"
128128
name: mcpproxy-darwin-amd64
129129
archive_format: tar.gz
130-
- os: macos-14
130+
- os: macos-15
131131
goos: darwin
132132
goarch: arm64
133133
cgo: "1"

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
cgo: "0"
4545
name: mcpproxy-windows-arm64.exe
4646
archive_format: zip
47-
- os: macos-14
47+
- os: macos-15
4848
goos: darwin
4949
goarch: amd64
5050
cgo: "1"
5151
name: mcpproxy-darwin-amd64
5252
archive_format: tar.gz
53-
- os: macos-14
53+
- os: macos-15
5454
goos: darwin
5555
goarch: arm64
5656
cgo: "1"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ jobs:
214214
cgo: "1"
215215
name: mcpproxy-windows-arm64.exe
216216
archive_format: zip
217-
- os: macos-14
217+
- os: macos-15
218218
goos: darwin
219219
goarch: amd64
220220
cgo: "1"
221221
name: mcpproxy-darwin-amd64
222222
archive_format: tar.gz
223-
- os: macos-14
223+
- os: macos-15
224224
goos: darwin
225225
goarch: arm64
226226
cgo: "1"

0 commit comments

Comments
 (0)