From 636e1b4e131dc9eea45d79fdc394b427dc3b70e8 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Fri, 31 Jan 2025 17:40:53 +0200 Subject: [PATCH] build all platforms in workflow --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bc265d..c521efa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,12 +11,12 @@ jobs: fail-fast: false matrix: include: - # - platform: 'macos-latest' - # args: '--target aarch64-apple-darwin' - # - platform: 'macos-latest' - # args: '--target x86_64-apple-darwin' - # - platform: 'ubuntu-22.04' - # args: '' + - platform: 'macos-latest' + args: '--target aarch64-apple-darwin' + - platform: 'macos-latest' + args: '--target x86_64-apple-darwin' + - platform: 'ubuntu-22.04' + args: '' - platform: 'windows-latest' args: '' - platform: "windows-latest"