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 ae55d18 commit 0524b3fCopy full SHA for 0524b3f
.github/workflows/run-codebuild-ci.yml
@@ -26,18 +26,16 @@ jobs:
26
with:
27
project-name: java-ddb-ec
28
buildspec-override: codebuild/static-analysis.yml
29
- image-override: aws/codebuild/amazonlinux2-x86_64-standard:3.0
+ image-override: aws/codebuild/amazonlinux-x86_64-standard:5.0
30
build:
31
name: Build
32
runs-on: ubuntu-latest
33
strategy:
34
fail-fast: true
35
matrix:
36
platform:
37
- - distribution: openjdk
38
- image: "aws/codebuild/standard:3.0"
39
- distribution: corretto
40
- image: "aws/codebuild/amazonlinux2-x86_64-standard:3.0" # Corretto only runs on AL2
+ image: "aws/codebuild/standard:7.0"
41
version: [ 8, 11 ]
42
steps:
43
- name: Configure AWS Credentials
0 commit comments