From f7aa7f0ea9b4bb53b3d4df978c797335288f5850 Mon Sep 17 00:00:00 2001 From: lybenson Date: Mon, 24 Jun 2024 00:26:17 +0800 Subject: [PATCH] feat: special os arch --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d9c4f1..4f9ffce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,11 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest] + include: + - os: macos-latest + arch: arm64 + - os: windows-latest + arch: x86_64 steps: - uses: actions/checkout@v4