Skip to content

Commit f697412

Browse files
committed
Fix Mac CI
1 parent 275da72 commit f697412

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/upload-binaries.yml

+3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ jobs:
133133
with:
134134
project_id: ${{ secrets.GCP_PROJECT_ID }}
135135
credentials_json: ${{ secrets.GCP_SA_KEY }}
136+
- uses: actions/setup-python@v5
137+
with:
138+
python-version: "3.11" # gsutil doesn't support >3.11
136139
- name: "Set up Cloud SDK"
137140
uses: google-github-actions/setup-gcloud@v2
138141

0 commit comments

Comments
 (0)