diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 14a8c37..665e245 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: description: 'Deploying staging function' memory_mb: 256 timeout: 30 - runtime: python38 + runtime: python311 project_id: ${{ secrets.GCP_PROJECT_ID }} entry_point: callback max_instances: 0 # Remove limitation @@ -52,7 +52,7 @@ jobs: description: 'Deploying production function' memory_mb: 512 timeout: 120 - runtime: python38 + runtime: python311 project_id: ${{ secrets.GCP_PROJECT_ID }} entry_point: callback max_instances: 0 # Remove limitation