Skip to content

Commit f696cb6

Browse files
m
1 parent d11ed40 commit f696cb6

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/ci_codebuild-tests.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ jobs:
1818
strategy:
1919
matrix:
2020
python:
21-
- "38"
22-
- "39"
23-
- "310"
24-
- "311"
25-
- "312"
21+
- python_version: "38"
22+
image: "aws/codebuild/standard:5.0"
23+
- python_version: "39"
24+
image: "aws/codebuild/standard:5.0"
25+
- python_version: "310"
26+
image: "aws/codebuild/standard:6.0"
27+
- python_version: "311"
28+
image: "aws/codebuild/standard:7.0"
29+
- python_version: "312"
30+
image: "aws/codebuild/standard:7.0"
2631
codebuild_file_name:
2732
- "awses_local.yml"
2833
- "examples.yml"
@@ -44,3 +49,4 @@ jobs:
4449
with:
4550
project-name: python-esdk
4651
buildspec-override: codebuild/py${{ matrix.python }}/${{ matrix.codebuild_file_name }}
52+
image-override: ${{ matrix.platform.image }}

0 commit comments

Comments
 (0)