Skip to content

Commit

Permalink
chore: pin newer aws-sdk-cpp in macOS CI builds (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-chew authored Oct 19, 2021
1 parent 951d726 commit a61ff2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Simplify / update build instructions ([#713](/~https://github.com/aws/aws-encryption-sdk-c/pull/713))
* Update submodules ([#726](/~https://github.com/aws/aws-encryption-sdk-c/pull/726))
* Remove OOM test, as OOM is no longer possible from aws allocators ([#728](/~https://github.com/aws/aws-encryption-sdk-c/pull/728))
* Pin newer aws-sdk-cpp in macOS CI builds ([#729](/~https://github.com/aws/aws-encryption-sdk-c/pull/729))

## 2.3.1 -- 2021-07-13

Expand Down

0 comments on commit a61ff2b

Please sign in to comment.