Skip to content

Commit f8fde35

Browse files
Test against AWS-LC v1.55.0
1 parent 3134a9e commit f8fde35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
fail-fast: false
333333
matrix:
334334
os: [ubuntu-24.04]
335-
awslc_ver: [80f986b94] # TODO: change to an AWS-LC release version once AWS-LC PR #2484 is released
335+
awslc_ver: [1.55.0]
336336
env:
337337
AWSLC_VER: ${{ matrix.awslc_ver}}
338338
MULTISSL_DIR: ${{ github.workspace }}/multissl

Tools/ssl/multissltests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363

6464
AWSLC_RECENT_VERSIONS = [
65-
"1.52.1",
65+
"1.55.0",
6666
]
6767

6868
# store files in ../multissl

0 commit comments

Comments
 (0)