mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-07-10 09:54:43 -06:00
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:
parent
a2a71ebb60
commit
9ae4c8ba1c
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user