From f99ae8010526b889b35a6f7ca7e1c2b44e7f44e5 Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Thu, 7 Nov 2024 10:07:24 -0700 Subject: [PATCH] build: Disable swift 6 CI This is because swift-action hasn't yet merged swift 6 support --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3bff981..c9fbd06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - swift: ["5.7", "5.8", "5.9", "5.10", "6.0"] + swift: ["5.7", "5.8", "5.9", "5.10"] steps: - uses: swift-actions/setup-swift@v2 with: