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:
232232 strategy :
233233 fail-fast : false
234234 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) }}
238238 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) }}
240240 steps :
241241 - name : Checkout repository
242242 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments