From 75e85d762f4acb04ce0b98abb42bbaa161fc5868 Mon Sep 17 00:00:00 2001 From: selimseker Date: Fri, 6 Sep 2024 16:39:04 +0300 Subject: [PATCH] build for macos amd64 --- .github/workflows/build_prod_exe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_prod_exe.yml b/.github/workflows/build_prod_exe.yml index 5719a8d..65188f4 100644 --- a/.github/workflows/build_prod_exe.yml +++ b/.github/workflows/build_prod_exe.yml @@ -15,8 +15,8 @@ jobs: strategy: matrix: include: - # - { runner: macos-latest, osname: macOS, arch: amd64, target: x86_64-apple-darwin, command: both } - - { runner: macos-latest, osname: macOS, arch: arm64, target: aarch64-apple-darwin, command: both } + - { runner: macos-latest, osname: macOS, arch: amd64, target: x86_64-apple-darwin, command: build } + # - { runner: macos-latest, osname: macOS, arch: arm64, target: aarch64-apple-darwin, command: build } # - { runner: ubuntu-latest, osname: linux, arch: amd64, target: x86_64-unknown-linux-gnu, command: build } # - { runner: ubuntu-latest, osname: linux, arch: arm64, target: aarch64-unknown-linux-gnu, command: build } # - { runner: windows-latest, osname: windows, arch: amd64, target: x86_64-pc-windows-msvc, extension: ".exe"}