Skip to content

Commit df0e5c1

Browse files
committed
chore(.github/workflows): Update macOS runner version to macos-15-intel
This change updates the GitHub Actions workflow configuration to use the newer `macos-15-intel` runner for building and packaging the application on macOS AMD64 architecture. This ensures compatibility with updated tooling and infrastructure while maintaining consistent build environments across different platforms. The update affects only the release pipeline's macOS build configuration and does not modify any source code or functionality of the application itself. Co-developed-by: Aone Copilot <noreply@alibaba-inc.com> Signed-off-by: Sodawyx <sodawyx@126.com>
1 parent 346dbf8 commit df0e5c1

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
@@ -88,7 +88,7 @@ jobs:
8888
ext: ''
8989
archive: tar.gz
9090
- target: darwin-amd64
91-
runner: macos-13
91+
runner: macos-15-intel
9292
ext: ''
9393
archive: tar.gz
9494
- target: darwin-arm64

0 commit comments

Comments
 (0)