From e77ad0aef5381e3e557c0c60bd3c8bdf2abc1643 Mon Sep 17 00:00:00 2001 From: fioncat Date: Thu, 19 Sep 2024 14:46:31 +0800 Subject: [PATCH] chore: remove old macos support in release --- .github/workflows/release-binary.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index 5279ba2..294a526 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -27,9 +27,6 @@ jobs: target: x86_64-unknown-linux-gnu - os: ubuntu-latest target: aarch64-unknown-linux-gnu - - - os: macos-11 - target: x86_64-apple-darwin - os: macos-latest target: aarch64-apple-darwin