ci: Build ARM64 macOS before x86_64 macOS

Should produce faster build failures when something is wrong due to the native architecture building faster
This commit is contained in:
OpenSauce04 2026-07-10 14:12:37 +01:00
parent a2a71ebb60
commit 9ae4c8ba1c

View File

@ -158,10 +158,10 @@ jobs:
${{ runner.os }}-
- name: Install tools
run: brew install ccache ninja spirv-tools
- name: Build (x86_64)
run: BUILD_ARCH=x86_64 ./.ci/macos.sh
- name: Build (arm64)
run: BUILD_ARCH=arm64 ./.ci/macos.sh
- name: Build (x86_64)
run: BUILD_ARCH=x86_64 ./.ci/macos.sh
- name: Create universal app
run: ./.ci/macos-universal.sh
- name: Prepare for packing