Skip to content

Commit 310e872

Browse files
Update main.yml
1 parent 505a0aa commit 310e872

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, windows-latest, macos-latest]
30+
os: [ubuntu-22.04, windows-latest, macos-latest]
3131

3232
steps:
3333
- uses: actions/checkout@v4
@@ -53,14 +53,14 @@ jobs:
5353

5454
- name: Build Wheel
5555
run: python3 setup.py bdist_wheel
56-
if: matrix.os == 'ubuntu-latest'
56+
if: matrix.os == 'ubuntu-22.04'
5757

5858
- name: Upload Wheel
5959
uses: actions/upload-artifact@v4
6060
with:
6161
name: pros-cli-wheel-${{needs.update_build_number.outputs.output1}}
6262
path: dist/*
63-
if: matrix.os == 'ubuntu-latest'
63+
if: matrix.os == 'ubuntu-22.04'
6464

6565
- name: Run Pyinstaller
6666
run: |

0 commit comments

Comments
 (0)