format script

"I just thinks it looks better like this"
This commit is contained in:
ebbit1q 2025-10-11 00:50:48 +02:00
parent 4a0b44cda6
commit 6e5eef6082
2 changed files with 25 additions and 16 deletions

View file

@ -250,6 +250,7 @@ jobs:
xcode: "16.4"
type: Release
make_package: 1
override_target: 13
- target: 14
soc: Apple
@ -332,8 +333,7 @@ jobs:
CMAKE_GENERATOR: '${{env.CMAKE_GENERATOR}}'
VCPKG_DISABLE_METRICS: 1
VCPKG_BINARY_SOURCES: 'clear;files,${{ steps.vcpkg-cache.outputs.path }},readwrite'
# if Intel, set the target macOS version to matrix.target, otherwise empty string
TARGET_MACOS_VERSION: ${{ matrix.soc == 'Intel' && matrix.target || '' }}
TARGET_MACOS_VERSION: ${{ matrix.override_target }}
run: .ci/compile.sh --server --test --ccache "$CCACHE_SIZE" --vcpkg
- name: Sign app bundle