From 571c69a95af529dda385803fe5b937faee071390 Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Fri, 2 Feb 2024 15:18:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20macos=E4=B8=8D=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E5=8F=82=E5=8A=A0=E6=B7=AB=E8=B6=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2c4616..4d41f0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: tagged-release: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] name: "Tagged Release" runs-on: ${{ matrix.os }}