From e6a8875894bc4d6b888214ef36e31fd354316995 Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:33:29 +0000 Subject: [PATCH] Remove Swift 6.0 from CI matrix, keeping only Swift 6.1 --- .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 929baae4..6454e914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [macos-15] - swift: ["6.0", "6.1"] + swift: ["6.1"] env: RUNALL: "true" steps: