mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-01 20:05:43 +03:00
Try python 3.9 for mac installers (#1308)
This commit is contained in:
parent
764d425b95
commit
fd827a4e62
2
.github/workflows/build-macos-installer.yml
vendored
2
.github/workflows/build-macos-installer.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
fail-fast: false
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.8]
|
||||
python-version: [3.9]
|
||||
os: [macOS-latest]
|
||||
|
||||
steps:
|
||||
|
@ -16,7 +16,7 @@ pool:
|
||||
strategy:
|
||||
matrix:
|
||||
Mojave DMG:
|
||||
python.version: "3.8"
|
||||
python.version: "3.9"
|
||||
|
||||
variables:
|
||||
- group: Apple-Notarize-Variables
|
||||
|
Loading…
Reference in New Issue
Block a user