From 483c3bb06da08167860a632cf009262c48d5a9e4 Mon Sep 17 00:00:00 2001 From: selimseker Date: Fri, 6 Sep 2024 16:32:15 +0300 Subject: [PATCH] build for macos arm64 --- .github/workflows/build_prod_exe.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_prod_exe.yml b/.github/workflows/build_prod_exe.yml index c9d260d..5719a8d 100644 --- a/.github/workflows/build_prod_exe.yml +++ b/.github/workflows/build_prod_exe.yml @@ -15,10 +15,10 @@ jobs: strategy: matrix: include: - - { runner: macos-latest, osname: macOS, arch: amd64, target: x86_64-apple-darwin, command: both } + # - { 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: 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: 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"} # - { runner: windows-latest, osname: windows, arch: arm64, target: aarch64-unknown-linux-gnu, extension: ".exe"}