Skip to content

Commit 4b43802

Browse files
xiazhveraBret Ambrose
and
Bret Ambrose
authored
Update aws-crt to 1.26.2 (#547)
* update aws-crt to 1.26.2 * ci fixes --------- Co-authored-by: Bret Ambrose <[email protected]>
1 parent 71ebf28 commit 4b43802

File tree

3 files changed

+23
-43
lines changed

3 files changed

+23
-43
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
208208
# Runs the samples and ensures that everything is working
209209
linux-smoke-tests:
210-
runs-on: ubuntu-latest
210+
runs-on: ubuntu-22.04
211211
permissions:
212212
id-token: write # This is required for requesting the JWT
213213
steps:
@@ -220,7 +220,7 @@ jobs:
220220
run: |
221221
python3 -m pip install boto3
222222
sudo apt-get update -y
223-
sudo apt-get install softhsm -y
223+
sudo apt-get install softhsm2 -y
224224
softhsm2-util --version
225225
- name: configure AWS credentials (Shadow)
226226
uses: aws-actions/configure-aws-credentials@v2

Diff for: package-lock.json

+20-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
},
4444
"dependencies": {
4545
"@aws-sdk/util-utf8-browser": "^3.109.0",
46-
"aws-crt": "1.21.8"
46+
"aws-crt": "1.26.2"
4747
}
4848
}

0 commit comments

Comments
 (0)