We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db7d75a + 1ca6f07 commit 4af03a1Copy full SHA for 4af03a1
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
- os: macos-latest
23
goos: darwin
24
goarch: arm64
25
- - os: macos-13
+ - os: macos-latest
26
27
goarch: amd64
28
@@ -43,6 +43,7 @@ jobs:
43
GOOS: ${{ matrix.goos }}
44
GOARCH: ${{ matrix.goarch }}
45
CGO_ENABLED: '1'
46
+ CC: ${{ matrix.goarch == 'amd64' && matrix.goos == 'darwin' && 'clang -arch x86_64' || '' }}
47
run: go build -ldflags="-s -w" -o micro-chat-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/server/
48
49
- uses: actions/upload-artifact@v4
0 commit comments