Skip to content

Commit d2d506b

Browse files
committed
ci: drop macOS builds from release matrix (linker issue)
macOS ARM fails with Wails UTType SDK linker error. macOS Intel runner (macos-13) has long queue times. Fix macOS separately.
1 parent 4c3dd4d commit d2d506b

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ jobs:
1818
goos: linux
1919
goarch: amd64
2020
pkg_deps: libgtk-3-dev libwebkit2gtk-4.0-dev
21-
- os: macos-13
22-
goos: darwin
23-
goarch: amd64
24-
pkg_deps: ""
25-
- os: macos-latest
26-
goos: darwin
27-
goarch: arm64
28-
pkg_deps: ""
21+
# macOS disabled (Wails SDK linker issue on ARM, waiting for runner on Intel)
22+
# - os: macos-13
23+
# goos: darwin
24+
# goarch: amd64
25+
# pkg_deps: ""
26+
# - os: macos-latest
27+
# goos: darwin
28+
# goarch: arm64
29+
# pkg_deps: ""
2930
- os: windows-latest
3031
goos: windows
3132
goarch: amd64

0 commit comments

Comments
 (0)