From d343473e09207752a16e08a7f5159db7ffbc1946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Sun, 12 Sep 2021 18:42:48 +0200 Subject: [PATCH] Upgrade Windows Swift tooling to 5.5 dev snapshot --- .github/workflows/pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 7de1829..f0bd240 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -53,8 +53,8 @@ jobs: strategy: matrix: include: - - tag: 5.4.3-RELEASE - branch: swift-5.4.3-release + - tag: 5.5-DEVELOPMENT-SNAPSHOT-2021-08-30-a + branch: swift-5.5-branch steps: - uses: actions/checkout@v2