Skip to content

Commit

Permalink
Only build x86 Mac, and always upload build tree
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Apr 30, 2024
1 parent 9684dfe commit 69ebc33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
- config_name: MacOS (artifacts)
target_os: macos
building_on_os: macos-12
base_command: QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=1 TARGET_ARCHS="x86_64 arm64" ./.github/autobuild/mac.sh
base_command: QT_VERSION=5.15.2 SIGN_IF_POSSIBLE=0 ./.github/autobuild/mac.sh
# Disable CodeQL on mac as it interferes with signing the binaries (signing hangs, see #2563 and #2564)
run_codeql: false
# Default Xcode which runs on macos-12:
Expand Down Expand Up @@ -377,6 +377,7 @@ jobs:
JAMULUS_BUILD_VERSION: ${{ needs.create_release.outputs.build_version }}

- name: Upload Build Tree
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: ${{ steps.get-artifacts.outputs.artifact_1 }}-tree
Expand Down

0 comments on commit 69ebc33

Please sign in to comment.