Skip to content

Commit b47d1b8

Browse files
committed
use amazonlinux docker image instead of ubuntu
1 parent 96efb9a commit b47d1b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/examples_matrix.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
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
2424
concurrency:
@@ -39,7 +39,7 @@ jobs:
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:
@@ -56,5 +56,4 @@ jobs:
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

0 commit comments

Comments
 (0)