From 633e0bdbfc883547e27521f6d923b002760c7c0a Mon Sep 17 00:00:00 2001 From: Andrea Scuderi Date: Wed, 24 Sep 2025 18:44:23 +0100 Subject: [PATCH] Switch swift 6.2.0 --- .github/workflows/swift-test.yml | 1 + docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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