File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -119,15 +119,9 @@ jobs:
119119 strategy :
120120 matrix :
121121 include :
122- # macOS
123- - os : macos-14
124- qt-version : 6.7.1
125- force-lto : false
126- skip-artifact : false
127- skip-crashpad : false
128122 # Windows
129123 - os : windows-latest
130- qt-version : 6.7.1
124+ qt-version : 6.7.3
131125 force-lto : false
132126 skip-artifact : false
133127 skip-crashpad : false
@@ -321,15 +315,15 @@ jobs:
321315
322316 # Windows
323317 - uses : actions/download-artifact@v5
324- name : Windows Qt6.7.1
318+ name : Windows Qt6.7.3
325319 with :
326- name : chatterino-windows -x86-64-Qt-6.7.1 .zip
320+ name : chatterino-windowsold -x86-64-Qt-6.7.3 .zip
327321 path : release-artifacts/
328322
329323 - uses : actions/download-artifact@v5
330- name : Windows Qt6.7.1 symbols
324+ name : Windows Qt6.7.3 symbols
331325 with :
332- name : chatterino-windows-x86-64-Qt-6.7.1 -symbols.pdb.7z
326+ name : chatterino-windows-x86-64-Qt-6.7.3 -symbols.pdb.7z
333327 path : release-artifacts/
334328
335329 # Linux
You can’t perform that action at this time.
0 commit comments