From e102e47f50f1f4e1874d59cbdb0c71fcd00a09af Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Fri, 19 Sep 2025 00:45:50 +0900 Subject: [PATCH] ci: bump Swift to 6.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feab38a..f7b0abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: lint: runs-on: ubuntu-24.04-arm - container: swift:6.1 + container: swift:6.2 steps: - uses: actions/checkout@v5 - run: swift format lint -rsp .