From d33fb4909f6d038123b469762de35b6c019f197b Mon Sep 17 00:00:00 2001 From: Mehul Arora Date: Thu, 12 Dec 2024 17:23:30 -0500 Subject: [PATCH] .. --- .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 bc710b9..9a7b8ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,10 @@ jobs: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc - os: ubuntu-20.04 target: x86_64-unknown-linux-gnu - # - os: macos-latest - # target: x86_64-apple-darwin - # - os: macos-latest - # target: aarch64-apple-darwin + - os: macos-latest + target: x86_64-apple-darwin + - os: macos-latest + target: aarch64-apple-darwin # - os: windows-latest # target: x86_64-pc-windows-msvc # - os: windows-latest