From ec3adb5326158d22ca3c42346f17057efd8ed278 Mon Sep 17 00:00:00 2001 From: Peter John Arao Date: Sun, 5 Jan 2025 22:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20GitHub=20Actions=20work?= =?UTF-8?q?flow=20to=20enable=20builds=20for=20macOS=20Arm=20and=20Intel?= =?UTF-8?q?=20platforms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d2f44077..0550e8b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,12 +16,12 @@ jobs: fail-fast: false matrix: include: - # - platform: 'macos-latest' # for Arm based macs (M1 and above). - # args: '--target aarch64-apple-darwin' - # - platform: 'macos-latest' # for Intel based macs. - # args: '--target x86_64-apple-darwin' - # - platform: 'ubuntu-22.04' - # args: '' + - platform: 'macos-latest' # for Arm based macs (M1 and above). + args: '--target aarch64-apple-darwin' + - platform: 'macos-latest' # for Intel based macs. + args: '--target x86_64-apple-darwin' + - platform: 'ubuntu-22.04' + args: '' - platform: "windows-latest" args: ""