From 672df5815c39ecfbecc21d0ba206962096144284 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 8 Oct 2023 11:37:11 -0700 Subject: [PATCH 1/2] Update coverage.yml Bump coverage builds to 5.9 release --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 12f5114b..1a0c1863 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,8 +24,8 @@ jobs: strategy: matrix: include: - - branch: development - tag: DEVELOPMENT-SNAPSHOT-2022-07-20-a + - branch: swift-5.9-release + tag: swift-5.9-RELEASE steps: - uses: actions/checkout@v2 From 1dcd2e367d085219932f67c0190fc0738b08ad1a Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 8 Oct 2023 12:25:11 -0700 Subject: [PATCH 2/2] Update coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1a0c1863..2ecce0e4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: matrix: include: - branch: swift-5.9-release - tag: swift-5.9-RELEASE + tag: 5.9-RELEASE steps: - uses: actions/checkout@v2