Skip to content

Commit c098caf

Browse files
m
1 parent 63f2f2d commit c098caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_codebuild-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
role-duration-seconds: 7200
4848
- name: Run python-${{ matrix.python.python_version }} ${{ matrix.codebuild_file_name }}
4949
uses: aws-actions/aws-codebuild-run-build@v1
50-
timeout-minutes: 180
50+
timeout-minutes: 150
5151
with:
5252
project-name: python-esdk
5353
buildspec-override: codebuild/py${{ matrix.python.python_version }}/${{ matrix.codebuild_file_name }}

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- "3.10"
3030
- "3.11"
3131
- "3.12"
32-
- "3.14"
32+
- 3.x
3333
architecture:
3434
- x64
3535
- x86

0 commit comments

Comments
 (0)