We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3134a9e commit f8fde35Copy full SHA for f8fde35
.github/workflows/build.yml
@@ -332,7 +332,7 @@ jobs:
332
fail-fast: false
333
matrix:
334
os: [ubuntu-24.04]
335
- awslc_ver: [80f986b94] # TODO: change to an AWS-LC release version once AWS-LC PR #2484 is released
+ awslc_ver: [1.55.0]
336
env:
337
AWSLC_VER: ${{ matrix.awslc_ver}}
338
MULTISSL_DIR: ${{ github.workspace }}/multissl
Tools/ssl/multissltests.py
@@ -62,7 +62,7 @@
62
]
63
64
AWSLC_RECENT_VERSIONS = [
65
- "1.52.1",
+ "1.55.0",
66
67
68
# store files in ../multissl
0 commit comments