File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1818 matrix_linux_swift_container_image :
1919 type : string
2020 description : " Container image for the matrix job. Defaults to matching latest Swift Ubuntu image."
21- default : " swift:latest "
21+ default : " swift:amazonlinux2 "
2222
2323# # We are cancelling previously triggered workflow runs
2424concurrency :
3939 # We are using only one Swift version
4040 swift :
4141 - image : ${{ inputs.matrix_linux_swift_container_image }}
42- swift_version : " 6.0.1-noble "
42+ swift_version : " 6.0.1-amazonlinux2 "
4343 container :
4444 image : ${{ matrix.swift.image }}
4545 steps :
5656 COMMAND : ${{ inputs.matrix_linux_command }}
5757 EXAMPLE : ${{ matrix.examples }}
5858 run : |
59- apt-get -qq update && apt-get -qq -y install curl openssl libssl-dev
6059 ./scripts/integration_tests.sh
You can’t perform that action at this time.
0 commit comments