Skip to content

Commit 4a81ca2

Browse files
committed
fixup! gh-136728: Combine OpenSSL and AWS-LC CI configurations
AWS-LC 1.68.0 is already out, might as well use it.
1 parent 4b33b4e commit 4a81ca2

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
@@ -276,7 +276,7 @@ jobs:
276276
- { name: openssl, version: 3.5.5 }
277277
- { name: openssl, version: 3.6.1 }
278278
## AWS-LC
279-
- { name: aws-lc, version: 1.67.0 }
279+
- { name: aws-lc, version: 1.68.0 }
280280
env:
281281
SSLLIB_VER: ${{ matrix.ssllib.version }}
282282
MULTISSL_DIR: ${{ github.workspace }}/multissl

Tools/ssl/multissltests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
]
6565

6666
AWSLC_RECENT_VERSIONS = [
67-
"1.67.0",
67+
"1.68.0",
6868
]
6969

7070
# store files in ../multissl

0 commit comments

Comments
 (0)