From 327ec788c89f83aa9d6f8993e197fc26d36db4ae Mon Sep 17 00:00:00 2001 From: laosb Date: Wed, 20 Aug 2025 21:09:07 +0800 Subject: [PATCH] ci: Oh forgot Swift 6.2 is still not yet released. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9692200..22ac84c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - swift-version: ["6.1", "6.2"] + swift-version: ["6.1"] container: image: swift:${{ matrix.swift-version }} steps: @@ -39,7 +39,7 @@ jobs: runs-on: macos-latest strategy: matrix: - swift-version: ["6.1", "6.2"] + swift-version: ["6.1"] steps: - name: Checkout code uses: actions/checkout@v4