From fd48d68ae4011ff5e67a10a27a1e3a60ef2bb43b Mon Sep 17 00:00:00 2001 From: Denver Coneybeare Date: Fri, 3 Jan 2025 01:24:21 -0500 Subject: [PATCH] firestore-nightly.yml, firestore.yml: bump python version from 3.7 to 3.11 --- .github/workflows/firestore-nightly.yml | 2 +- .github/workflows/firestore.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firestore-nightly.yml b/.github/workflows/firestore-nightly.yml index dca4a833f19..36beeadb4ac 100644 --- a/.github/workflows/firestore-nightly.yml +++ b/.github/workflows/firestore-nightly.yml @@ -71,7 +71,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.11' - name: Install Secret GoogleService-Info.plist run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore-nightly.plist.gpg \ diff --git a/.github/workflows/firestore.yml b/.github/workflows/firestore.yml index 065d0b365cc..90c61962c6a 100644 --- a/.github/workflows/firestore.yml +++ b/.github/workflows/firestore.yml @@ -15,6 +15,7 @@ name: firestore on: + workflow_dispatch: pull_request: schedule: # Run every day at 12am (PST) - cron uses UTC times @@ -311,7 +312,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.11' - name: Setup build run: scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake