File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 update_build_number :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-22.04
1010 outputs :
1111 output1 : ${{ steps.step1.outputs.test }}
1212 steps :
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 : |
Original file line number Diff line number Diff line change 1- 3.5.4
1+ 3.5.5
Original file line number Diff line number Diff line change 1- 3.5.4
1+ 3.5.5
Original file line number Diff line number Diff line change 1- 3.5.4 .0
1+ 3.5.5 .0
You can’t perform that action at this time.
0 commit comments