Skip to content

Commit

Permalink
Try python 3.9 for mac installers (Chia-Network#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmang9 authored Mar 15, 2021
1 parent 764d425 commit fd827a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
python-version: [3.8]
python-version: [3.9]
os: [macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pool:
strategy:
matrix:
Mojave DMG:
python.version: "3.8"
python.version: "3.9"

variables:
- group: Apple-Notarize-Variables
Expand Down

0 comments on commit fd827a4

Please sign in to comment.