From d7931f7eec9fa090903e1de79e6b9bfe5ced9918 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Mon, 16 Dec 2024 22:46:35 +0530 Subject: [PATCH] (ci/cd): enabled macOS build steps --- .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 32a484f..bf07d00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,10 +12,10 @@ jobs: fail-fast: false matrix: include: - # - platform: 'macos-latest' - # args: '--target aarch64-apple-darwin' - # - platform: 'macos-latest' - # args: '--target x86_64-apple-darwin' + - 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'