From 4cff9bb0a7271e2b2f803e7096b15e35be8bad97 Mon Sep 17 00:00:00 2001 From: luoliwoshang <2643523683@qq.com> Date: Fri, 26 Sep 2025 10:51:07 +0800 Subject: [PATCH] ci:release-build use macos-15-intel instead macos-13 https://github.com/goplus/llgo/pull/1320 --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 8aa98321..85c44f4b 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -123,7 +123,7 @@ jobs: strategy: matrix: include: - - os: macos-13 + - os: macos-15-intel goos: darwin goarch: amd64 go-version: "1.24.2"