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 18
18
matrix_linux_swift_container_image :
19
19
type : string
20
20
description : " Container image for the matrix job. Defaults to matching latest Swift Ubuntu image."
21
- default : " swift:latest "
21
+ default : " swift:amazonlinux2 "
22
22
23
23
# # We are cancelling previously triggered workflow runs
24
24
concurrency :
39
39
# We are using only one Swift version
40
40
swift :
41
41
- image : ${{ inputs.matrix_linux_swift_container_image }}
42
- swift_version : " 6.0.1-noble "
42
+ swift_version : " 6.0.1-amazonlinux2 "
43
43
container :
44
44
image : ${{ matrix.swift.image }}
45
45
steps :
56
56
COMMAND : ${{ inputs.matrix_linux_command }}
57
57
EXAMPLE : ${{ matrix.examples }}
58
58
run : |
59
- apt-get -qq update && apt-get -qq -y install curl openssl libssl-dev
60
59
./scripts/integration_tests.sh
You can’t perform that action at this time.
0 commit comments