Skip to content

Commit 667ff70

Browse files
committed
feat: update release workflow with Go 1.25 and macOS runner version
1 parent f654847 commit 667ff70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
goos: darwin
1818
goarch: arm64
1919
artifact: ccg-darwin-arm64
20-
- os: macos-13
20+
- os: macos-15-intel
2121
goos: darwin
2222
goarch: amd64
2323
artifact: ccg-darwin-amd64
@@ -41,7 +41,7 @@ jobs:
4141

4242
- uses: actions/setup-go@v5
4343
with:
44-
go-version: '1.23'
44+
go-version: '1.25'
4545

4646
- name: Install cross-compiler (Linux ARM64)
4747
if: matrix.goos == 'linux' && matrix.goarch == 'arm64'

0 commit comments

Comments
 (0)