We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505a0aa commit 310e872Copy full SHA for 310e872
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix:
30
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-22.04, windows-latest, macos-latest]
31
32
steps:
33
- uses: actions/checkout@v4
@@ -53,14 +53,14 @@ jobs:
53
54
- name: Build Wheel
55
run: python3 setup.py bdist_wheel
56
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-22.04'
57
58
- name: Upload Wheel
59
uses: actions/upload-artifact@v4
60
with:
61
name: pros-cli-wheel-${{needs.update_build_number.outputs.output1}}
62
path: dist/*
63
64
65
- name: Run Pyinstaller
66
run: |
0 commit comments