From df091541375d31975cd33590d6d19dc90f1f1769 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Tue, 26 May 2020 19:04:45 -0400 Subject: [PATCH 1/3] Add Xcode 11.5 to CI --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f5d8e15c32a..482dbf719dff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,9 @@ jobs: strategy: matrix: xcode: - - 11.3.1 - - 11.4.1 + - 11.3 + - 11.4 + - 11.5 steps: - uses: actions/checkout@v2 - name: Select Xcode ${{ matrix.xcode }} @@ -28,8 +29,9 @@ jobs: strategy: matrix: xcode: - # - 11.3.1 - - 11.4.1 + # - 11.3 + - 11.4 + - 11.5 steps: - uses: actions/checkout@v2 - name: Select Xcode ${{ matrix.xcode }} From 81674ba19be0fd274a2b986148e2737bc7003127 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Tue, 26 May 2020 19:06:11 -0400 Subject: [PATCH 2/3] 11.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 482dbf719dff..11eda468c0eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: xcode: - # - 11.3 + - 11.3 - 11.4 - 11.5 steps: From 412649fb0a36a5fb18aeb3edc579a5a122afed8e Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Tue, 26 May 2020 19:28:06 -0400 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11eda468c0eb..482dbf719dff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: xcode: - - 11.3 + # - 11.3 - 11.4 - 11.5 steps: