File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
52
52
strategy :
53
53
matrix :
54
54
include :
55
- - host : ${{ inputs.host == 'ALL' && 'aarch64-Linux' || inputs.host }}
56
- runner : ${{ inputs.host == 'ALL' && ' ubuntu-24.04-arm' || (inputs.host == 'aarch64-Linux' && 'ubuntu-24.04-arm' || 'ubuntu-latest') }}
57
- - host : ${{ inputs.host == 'ALL' && 'x86_64-Linux' || inputs.host }}
58
- runner : ${{ inputs.host == 'ALL' && ' ubuntu-latest' || (inputs.host == 'x86_64-Linux' && 'ubuntu-latest' || 'ubuntu-latest') }}
55
+ - host : ${{ inputs.host == 'ALL' || 'aarch64-Linux' }}
56
+ runner : ubuntu-24.04-arm
57
+ - host : ${{ inputs.host == 'ALL' || 'x86_64-Linux' }}
58
+ runner : ubuntu-latest
59
59
runs-on : ${{ matrix.runner }}
60
60
timeout-minutes : 90
61
61
permissions :
@@ -234,4 +234,4 @@ jobs:
234
234
subject-name : " build-logs-test-builds-${{ env.UTC_TIME }}"
235
235
subject-path : " /tmp/BUILD.log"
236
236
show-summary : true
237
- continue-on-error : true
237
+ continue-on-error : true
You can’t perform that action at this time.
0 commit comments