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 63f2f2d commit c098cafCopy full SHA for c098caf
.github/workflows/ci_codebuild-tests.yml
@@ -47,7 +47,7 @@ jobs:
47
role-duration-seconds: 7200
48
- name: Run python-${{ matrix.python.python_version }} ${{ matrix.codebuild_file_name }}
49
uses: aws-actions/aws-codebuild-run-build@v1
50
- timeout-minutes: 180
+ timeout-minutes: 150
51
with:
52
project-name: python-esdk
53
buildspec-override: codebuild/py${{ matrix.python.python_version }}/${{ matrix.codebuild_file_name }}
.github/workflows/ci_tests.yaml
@@ -29,7 +29,7 @@ jobs:
29
- "3.10"
30
- "3.11"
31
- "3.12"
32
- - "3.14"
+ - 3.x
33
architecture:
34
- x64
35
- x86
0 commit comments