Skip to content

Commit

Permalink
Merge "Fix mantis 0857091 Change the runtime from 3.6 to 3.9" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
IFan Hsu authored and Gerrit Code Review committed Dec 7, 2022
2 parents 2eafcc2 + 75a9613 commit 19333fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/cloudformation/find-ami.template
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"Arn"
]
},
"Runtime": "python3.6",
"Runtime": "python3.9",
"Timeout": 240,
"Code": {
"S3Bucket": {
Expand Down
2 changes: 1 addition & 1 deletion aws/cloudformation/ha-instance-create.template
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
]
}
},
"Runtime": "python3.6",
"Runtime": "python3.9",
"Timeout": 300
}
},
Expand Down

0 comments on commit 19333fa

Please sign in to comment.