File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
name : build
18
18
runs-on : ${{ matrix.os }}
19
19
steps :
20
- - if : ${{ matrix.os == 'windows-latest ' }}
20
+ - if : ${{ matrix.os == 'windows-2019 ' }}
21
21
uses : actions/cache@v3
22
22
with :
23
23
path : ~\AppData\Local\pip\Cache
89
89
run : |
90
90
pip install cython
91
91
pip install --editable .
92
- - if : ${{ matrix.os == 'windows-latest ' }}
92
+ - if : ${{ matrix.os == 'windows-2019 ' }}
93
93
run : |
94
94
pyinstaller distribution/windows/CellProfiler-Analyst.spec
95
95
iscc /dMyAppVersion="3.0.4.1" "distribution/windows/CellProfiler-Analyst.iss"
@@ -98,14 +98,14 @@ jobs:
98
98
with :
99
99
name : CellProfiler-Analyst-macOS-3.0.4.1.zip
100
100
path : ./distribution/macos/dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
101
- - if : ${{ matrix.os == 'windows-latest ' }}
101
+ - if : ${{ matrix.os == 'windows-2019 ' }}
102
102
uses : actions/upload-artifact@v4
103
103
with :
104
104
name : CellProfiler-Analyst-Windows-3.0.4.1.exe
105
105
path : ./distribution/windows/Output/CellProfiler-Analyst-Windows-3.0.4.1.exe
106
106
strategy :
107
107
matrix :
108
- os : [macos-13, windows-latest ]
108
+ os : [macos-13, windows-2019 ]
109
109
python-version : [ "3.8" ]
110
110
upload :
111
111
name : upload
You can’t perform that action at this time.
0 commit comments