diff --git a/.github/workflows/swift-test.yml b/.github/workflows/swift-test.yml index 9100806..4ef7dce 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -19,6 +19,7 @@ jobs: matrix: image: - swift:6.1.2 + - swift:6.2.0 container: image: ${{ matrix.image }} # Use the Bash shell regardless whether the GitHub Actions runner is ubuntu-latest, macos-latest, or windows-latest diff --git a/docker/Dockerfile b/docker/Dockerfile index ba01dcd..0d1b9a8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM swift:6.1.0-amazonlinux2 as builder +FROM swift:6.2.0-amazonlinux2 as builder RUN yum -y update && \ yum -y install git make