From c6a51fe5ba2f727d11ce5551989a5bbf9eaacd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20V=C3=A4in?= Date: Sun, 30 Jun 2024 15:09:49 +0300 Subject: [PATCH] also build Intel macs version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 124163b..f1e6e2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,8 @@ jobs: settings: - platform: "macos-latest" # for Arm based macs (M1 and above). args: "--target aarch64-apple-darwin --verbose" - # - platform: "macos-latest" # for Intel based macs. - # args: "--target x86_64-apple-darwin" + - platform: "macos-latest" # for Intel based macs. + args: "--target x86_64-apple-darwin" # - platform: "ubuntu-22.04" # args: "" # - platform: "windows-latest"