Skip to content

Commit

Permalink
Merge pull request #743 from pulsar-edit/python-3.11-GitHub-Actions-m…
Browse files Browse the repository at this point in the history
…acOS-signing-fix

CI: Use Python 3.11 to fix macOS signing
  • Loading branch information
DeeDeeG authored Sep 28, 2023
2 parents 1dcc7de + fb598e5 commit 2696b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
# Variables needed for build information
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_VERSION: '3.10'
PYTHON_VERSION: '3.11'
NODE_VERSION: 16
ROLLING_UPLOAD_TOKEN: ${{ secrets.ROLLING_RELEASE_UPLOAD_TOKEN }}
# Below variables allow us to quickly control visual tests for each platform
Expand Down

0 comments on commit 2696b32

Please sign in to comment.