We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96efb9a commit b47d1b8Copy full SHA for b47d1b8
.github/workflows/examples_matrix.yml
@@ -18,7 +18,7 @@ on:
18
matrix_linux_swift_container_image:
19
type: string
20
description: "Container image for the matrix job. Defaults to matching latest Swift Ubuntu image."
21
- default: "swift:latest"
+ default: "swift:amazonlinux2"
22
23
## We are cancelling previously triggered workflow runs
24
concurrency:
@@ -39,7 +39,7 @@ jobs:
39
# We are using only one Swift version
40
swift:
41
- image: ${{ inputs.matrix_linux_swift_container_image }}
42
- swift_version: "6.0.1-noble"
+ swift_version: "6.0.1-amazonlinux2"
43
container:
44
image: ${{ matrix.swift.image }}
45
steps:
@@ -56,5 +56,4 @@ jobs:
56
COMMAND: ${{ inputs.matrix_linux_command }}
57
EXAMPLE: ${{ matrix.examples }}
58
run: |
59
- apt-get -qq update && apt-get -qq -y install curl openssl libssl-dev
60
./scripts/integration_tests.sh
0 commit comments