File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 2727 type : string
2828 description : " The command of the current Swift version linux matrix job to execute."
2929 required : true
30- matrix_linux_swift_container_image :
31- type : string
32- description : " Container image for the matrix job. Defaults to matching Swift 6.1 Ubuntu image."
33- default : " swift:6.1-noble"
3430
3531# # We are cancelling previously triggered workflow runs
3632concurrency :
4642 fail-fast : false
4743 matrix :
4844 examples : ${{ fromJson(inputs.examples) }}
49-
50- # We are using only one Swift version
51- swift :
52- - image : ${{ inputs.matrix_linux_swift_container_image }}
53- container :
54- image : ${{ matrix.swift.image }}
5545 steps :
56-
5746 - name : Checkout repository
5847 uses : actions/checkout@v4
5948
You can’t perform that action at this time.
0 commit comments