Skip to content

Commit 0524b3f

Browse files
chore(CI): fix CI (#1191)
1 parent ae55d18 commit 0524b3f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run-codebuild-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,16 @@ jobs:
2626
with:
2727
project-name: java-ddb-ec
2828
buildspec-override: codebuild/static-analysis.yml
29-
image-override: aws/codebuild/amazonlinux2-x86_64-standard:3.0
29+
image-override: aws/codebuild/amazonlinux-x86_64-standard:5.0
3030
build:
3131
name: Build
3232
runs-on: ubuntu-latest
3333
strategy:
3434
fail-fast: true
3535
matrix:
3636
platform:
37-
- distribution: openjdk
38-
image: "aws/codebuild/standard:3.0"
3937
- distribution: corretto
40-
image: "aws/codebuild/amazonlinux2-x86_64-standard:3.0" # Corretto only runs on AL2
38+
image: "aws/codebuild/standard:7.0"
4139
version: [ 8, 11 ]
4240
steps:
4341
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)