From 476d514f99756701651c078c70176bc82290ed19 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 02:54:33 +0000 Subject: [PATCH] fix: remove macos-13 from 3.5 branch release workflow to unblock auto-release Co-authored-by: Mixficsol <73943232+Mixficsol@users.noreply.github.com> --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9083738ef..640061f4a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,6 @@ jobs: include: - os: ubuntu-latest name: ${{ github.event.repository.name }}-${{ github.ref_name }}-ubuntu-amd64.tar.gz - - os: macos-13 - name: ${{ github.event.repository.name }}-${{ github.ref_name }}-macos-amd64.tar.gz runs-on: ${{ matrix.os }}