Skip to content

Commit a61ff2b

Browse files
authored
chore: pin newer aws-sdk-cpp in macOS CI builds (#729)
1 parent 951d726 commit a61ff2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/osx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
uses: actions/checkout@v2
3535
with:
3636
repository: "aws/aws-sdk-cpp"
37-
ref: "1.8.32"
37+
ref: "1.9.124"
3838
path: "aws-sdk-cpp"
39+
submodules: recursive
3940

4041
- name: Install dependencies
4142
run:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Simplify / update build instructions ([#713](https://github.com/aws/aws-encryption-sdk-c/pull/713))
99
* Update submodules ([#726](https://github.com/aws/aws-encryption-sdk-c/pull/726))
1010
* Remove OOM test, as OOM is no longer possible from aws allocators ([#728](https://github.com/aws/aws-encryption-sdk-c/pull/728))
11+
* Pin newer aws-sdk-cpp in macOS CI builds ([#729](https://github.com/aws/aws-encryption-sdk-c/pull/729))
1112

1213
## 2.3.1 -- 2021-07-13
1314

0 commit comments

Comments
 (0)