File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,11 +232,11 @@ jobs:
232
232
strategy :
233
233
fail-fast : false
234
234
matrix :
235
- xcode_version : ${{ fromJson(inputs.ios_host_xcode_versions ?? inputs.macos_xcode_versions) }}
236
- os_version : ${{ fromJson(inputs.ios_host_versions ?? inputs.macos_versions) }}
237
- arch : ${{ fromJson(inputs.ios_host_archs ?? inputs.macos_archs) }}
235
+ xcode_version : ${{ fromJson(inputs.ios_host_xcode_versions || inputs.macos_xcode_versions) }}
236
+ os_version : ${{ fromJson(inputs.ios_host_versions || inputs.macos_versions) }}
237
+ arch : ${{ fromJson(inputs.ios_host_archs || inputs.macos_archs) }}
238
238
exclude :
239
- - ${{ fromJson(inputs.ios_host_exclude_xcode_versions ?? inputs.macos_exclude_xcode_versions) }}
239
+ - ${{ fromJson(inputs.ios_host_exclude_xcode_versions || inputs.macos_exclude_xcode_versions) }}
240
240
steps :
241
241
- name : Checkout repository
242
242
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments