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