GHA: Use green icons for iOS builds
This commit is contained in:
parent
1fc9acc669
commit
a8a0a02ef0
|
@ -160,14 +160,14 @@ jobs:
|
||||||
arch: x86_32
|
arch: x86_32
|
||||||
should-build: ${{ !inputs.test-build }}
|
should-build: ${{ !inputs.test-build }}
|
||||||
|
|
||||||
- name: 🍎 iOS (universal, release)
|
- name: 🍏 iOS (universal, release)
|
||||||
runner: macos-latest
|
runner: macos-latest
|
||||||
platform: ios
|
platform: ios
|
||||||
target: template_release
|
target: template_release
|
||||||
arch: universal
|
arch: universal
|
||||||
should-build: ${{ !inputs.test-build }}
|
should-build: ${{ !inputs.test-build }}
|
||||||
|
|
||||||
- name: 🍎 iOS (universal, debug)
|
- name: 🍏 iOS (universal, debug)
|
||||||
runner: macos-latest
|
runner: macos-latest
|
||||||
platform: ios
|
platform: ios
|
||||||
target: template_debug
|
target: template_debug
|
||||||
|
|
Loading…
Reference in New Issue