From 5b7ac276080c614eca3779798c6ed0b28ee03108 Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Sat, 13 Dec 2025 00:08:06 +0800 Subject: [PATCH] fix --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5012bc6..fa567b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,8 +60,8 @@ jobs: go-version: ${{ matrix.go_version }} cache-dependency-path: | core/server/go.sum - - name: Install Golang For Legacy Windows - if: matrix.cross_os == 'windowslegacy' + - name: Install Golang For Legacy OS + if: matrix.cross_os == 'windowslegacy' || matrix.cross_os == 'darwin-legacy' run: | curl -L -o go.7z https://github.com/throneproj/env_windows_legacy/releases/download/latest/go.7z 7z x go.7z