Skip to content

Commit

Permalink
ci: update ubuntu versions
Browse files Browse the repository at this point in the history
* update tests ubuntu versions to 24 except padentic valgrind check
  • Loading branch information
Boquan Fang committed Oct 8, 2024
1 parent ffe0bf4 commit 4752ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codebuild/spec/buildspec_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ batch:
- identifier: gcc_awslc
env:
compute-type: BUILD_GENERAL1_LARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu24
variables:
S2N_LIBCRYPTO: awslc
COMPILER: gcc
- identifier: gcc_openssl_3_0
env:
compute-type: BUILD_GENERAL1_LARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu24
variables:
S2N_LIBCRYPTO: openssl-3.0
COMPILER: gcc
Expand All @@ -39,7 +39,7 @@ batch:
- identifier: gcc_openssl_1_0_2
env:
compute-type: BUILD_GENERAL1_LARGE
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu22codebuild
image: 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu24
variables:
S2N_LIBCRYPTO: openssl-1.0.2
COMPILER: gcc
Expand Down

0 comments on commit 4752ecc

Please sign in to comment.