From 1f31a07104506e93c8b133f16fe210110b6ad4cd Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Tue, 12 Mar 2024 13:00:34 -0700 Subject: [PATCH] wip --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8443371..f4cabca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,7 @@ jobs: strategy: matrix: swift: - - 5.7 - - 5.8 + - 5.10 steps: - uses: actions/checkout@v4 - name: Run tests @@ -82,8 +81,8 @@ jobs: steps: - uses: compnerd/gha-setup-swift@main with: - branch: swift-5.9.2-release - tag: 5.9.2-RELEASE + branch: swift-5.10-release + tag: 5.10-RELEASE - uses: actions/checkout@v4 - name: Build All Configurations run: swift build -c ${{ matrix.config }}