Skip to content

Commit ce1411b

Browse files
authored
See if 2019 will still build
1 parent 1f59b67 commit ce1411b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: build
1818
runs-on: ${{ matrix.os }}
1919
steps:
20-
- if: ${{ matrix.os == 'windows-latest' }}
20+
- if: ${{ matrix.os == 'windows-2019' }}
2121
uses: actions/cache@v3
2222
with:
2323
path: ~\AppData\Local\pip\Cache
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
pip install cython
9191
pip install --editable .
92-
- if: ${{ matrix.os == 'windows-latest' }}
92+
- if: ${{ matrix.os == 'windows-2019' }}
9393
run: |
9494
pyinstaller distribution/windows/CellProfiler-Analyst.spec
9595
iscc /dMyAppVersion="3.0.4.1" "distribution/windows/CellProfiler-Analyst.iss"
@@ -98,14 +98,14 @@ jobs:
9898
with:
9999
name: CellProfiler-Analyst-macOS-3.0.4.1.zip
100100
path: ./distribution/macos/dist/CellProfiler-Analyst-macOS-3.0.4.1.zip
101-
- if: ${{ matrix.os == 'windows-latest' }}
101+
- if: ${{ matrix.os == 'windows-2019' }}
102102
uses: actions/upload-artifact@v4
103103
with:
104104
name: CellProfiler-Analyst-Windows-3.0.4.1.exe
105105
path: ./distribution/windows/Output/CellProfiler-Analyst-Windows-3.0.4.1.exe
106106
strategy:
107107
matrix:
108-
os: [macos-13, windows-latest]
108+
os: [macos-13, windows-2019]
109109
python-version: [ "3.8" ]
110110
upload:
111111
name: upload

0 commit comments

Comments
 (0)