Skip to content

Commit 47ad293

Browse files
authored
Merge pull request #213 from rage/huh
Fix Mac CI
2 parents b527659 + f697412 commit 47ad293

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .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)