From c2bfca9d535c4a19843d4c93344998487cf07da0 Mon Sep 17 00:00:00 2001 From: Donny Wals Date: Thu, 16 Jan 2025 10:15:25 +0800 Subject: [PATCH] Bump CI to Swift 6 toolchain --- .github/workflows/transloaditkit-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transloaditkit-ci.yml b/.github/workflows/transloaditkit-ci.yml index fd22bec..e3dc80f 100644 --- a/.github/workflows/transloaditkit-ci.yml +++ b/.github/workflows/transloaditkit-ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: ["macos-latest"] - swift: ["5.10"] + swift: ["6.0.2"] runs-on: ${{ matrix.os }} steps: - name: Extract Branch Name