From 2268a6f1865c406ae52dcce2b78582f233f8df4e Mon Sep 17 00:00:00 2001 From: Alex Chew Date: Tue, 19 Oct 2021 08:36:58 -0700 Subject: [PATCH] chore: pin newer aws-sdk-cpp in macOS CI builds (#729) --- .github/workflows/osx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 92b4afd08..61a329cde 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -34,8 +34,9 @@ jobs: uses: actions/checkout@v2 with: repository: "aws/aws-sdk-cpp" - ref: "1.8.32" + ref: "1.9.124" path: "aws-sdk-cpp" + submodules: recursive - name: Install dependencies run: