Skip to content

Commit

Permalink
firestore-nightly.yml, firestore.yml: bump python version from 3.7 to…
Browse files Browse the repository at this point in the history
… 3.11
  • Loading branch information
dconeybe committed Jan 3, 2025
1 parent f53dfc3 commit fd48d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firestore-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name: firestore

on:
workflow_dispatch:
pull_request:
schedule:
# Run every day at 12am (PST) - cron uses UTC times
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fd48d68

Please sign in to comment.