We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3dd4d commit d2d506bCopy full SHA for d2d506b
1 file changed
.github/workflows/release.yml
@@ -18,14 +18,15 @@ jobs:
18
goos: linux
19
goarch: amd64
20
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
27
- goarch: arm64
28
+ # macOS disabled (Wails SDK linker issue on ARM, waiting for runner on Intel)
+ # - os: macos-13
+ # goos: darwin
+ # goarch: amd64
+ # pkg_deps: ""
+ # - os: macos-latest
+ # goarch: arm64
29
30
- os: windows-latest
31
goos: windows
32
0 commit comments