From e3799eccab6195ec61e6a916718f22b449267935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=96=A4=F0=9D=93=90=F0=9D=93=9B=F0=9D=93=A8?= =?UTF-8?q?=F0=9D=93=A7=F0=9F=96=A4?= <179976644+alyxshang@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:25:25 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cbcb04..7951e19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,13 +12,10 @@ jobs: strategy: fail-fast: true matrix: - include: - - os: ubuntu-latest - target: x86_64-unknown-linux-gnu - - os: windows-latest - target: x86_64-pc-windows-msvc - - os: macos-latest - target: x86_64-apple-darwin + platform: + - macos/amd64 + - windows/amd64 + - linux/amd64 steps: