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"}