From 7e5fe199eacb4dd121ef5872a2fa4a4823ca50b9 Mon Sep 17 00:00:00 2001 From: Mateo Rodriguez <79176075+mrodz@users.noreply.github.com> Date: Sat, 13 Apr 2024 15:01:49 -0700 Subject: [PATCH] Update release.yml Support OSX --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbdb2f3..f63b8aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,10 +20,10 @@ jobs: fail-fast: false matrix: settings: - # - 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: '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'