We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f654847 commit 667ff70Copy full SHA for 667ff70
1 file changed
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
goos: darwin
18
goarch: arm64
19
artifact: ccg-darwin-arm64
20
- - os: macos-13
+ - os: macos-15-intel
21
22
goarch: amd64
23
artifact: ccg-darwin-amd64
@@ -41,7 +41,7 @@ jobs:
41
42
- uses: actions/setup-go@v5
43
with:
44
- go-version: '1.23'
+ go-version: '1.25'
45
46
- name: Install cross-compiler (Linux ARM64)
47
if: matrix.goos == 'linux' && matrix.goarch == 'arm64'
0 commit comments