From 6996e308896f05db37dc3d35f41c384ee4b57039 Mon Sep 17 00:00:00 2001 From: reya <123083837+reyamir@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:26:20 +0700 Subject: [PATCH] chore: update github ci --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76553605b..2d37e193b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,8 @@ jobs: args: "--target aarch64-apple-darwin" - platform: "macos-latest" # for Intel based macs. args: "--target x86_64-apple-darwin" + - platform: "macos-latest" # for Intel based macs. + args: "--target universal-apple-darwin" #- platform: 'ubuntu-22.04' # args: '' #- platform: 'windows-latest'