From e3d3039cbc1b95a1793152ba5981dbabd695fb52 Mon Sep 17 00:00:00 2001 From: Brian Michel Date: Fri, 1 Sep 2023 17:49:45 -0400 Subject: [PATCH] Bump windows CI to 5.8.1 release --- .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 bbf2761..98f7293 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,8 @@ jobs: steps: - uses: compnerd/gha-setup-swift@main with: - branch: swift-5.8-release - tag: 5.8-RELEASE + branch: swift-5.8.1-release + tag: 5.8.1-RELEASE - uses: actions/checkout@v3 - name: Run tests