From 367cba9e6849337a95e13ce5e3f54784d708f157 Mon Sep 17 00:00:00 2001 From: zongz <68977949+zong-zhe@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:02:48 +0800 Subject: [PATCH] fix: rm macos-12 env in release github action (#1773) Signed-off-by: zongz --- .github/workflows/macos_test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/macos_test.yaml b/.github/workflows/macos_test.yaml index 1fc23714f..96502779c 100644 --- a/.github/workflows/macos_test.yaml +++ b/.github/workflows/macos_test.yaml @@ -13,7 +13,7 @@ jobs: # Ref: https://github.com/actions/runner-images/tree/main/images/macos strategy: matrix: - os: [macos-12, macos-13] + os: [macos-13] runs-on: ${{ matrix.os }} steps: - name: Git checkout @@ -89,7 +89,6 @@ jobs: echo "VERSION=v${VERSION}" >> $GITHUB_ENV - uses: actions/upload-artifact@v4 - if: "contains(matrix.os, 'macos-12')" with: name: kcl-${{ env.VERSION }}-darwin-amd64 if-no-files-found: error