mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
.github: Try macos-11 and python3.9 and hope for the best
This commit is contained in:
parent
33ad64f0a4
commit
42d737a301
13
.github/workflows/python.yml
vendored
13
.github/workflows/python.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-20.04', 'windows-latest', 'macos-latest']
|
os: ['ubuntu-20.04', 'windows-latest', 'macos-11']
|
||||||
|
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
max-parallel: 3
|
max-parallel: 3
|
||||||
|
@ -21,14 +21,17 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.9'
|
||||||
|
|
||||||
- name: Dependencies
|
- name: Python components
|
||||||
|
run: pip3 install --upgrade
|
||||||
|
setuptools
|
||||||
|
wheel
|
||||||
|
|
||||||
|
- name: Legendary dependencies and build tools
|
||||||
run: pip3 install --upgrade
|
run: pip3 install --upgrade
|
||||||
pyinstaller
|
pyinstaller
|
||||||
requests
|
requests
|
||||||
setuptools
|
|
||||||
wheel
|
|
||||||
pywebview
|
pywebview
|
||||||
|
|
||||||
- name: Strip
|
- name: Strip
|
||||||
|
|
Loading…
Reference in a new issue