Skip to content

Commit f051002

Browse files
committed
fix(ci): use macos-15-intel for x86_64 builds
macos-13 is deprecated, use macos-15-intel instead.
1 parent 4a94b4f commit f051002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
goos: linux
4141
goarch: arm64
4242
suffix: ""
43-
- os: macos-13
43+
- os: macos-15-intel
4444
goos: darwin
4545
goarch: amd64
4646
suffix: ""

0 commit comments

Comments
 (0)