Skip to content

Commit fdfc6af

Browse files
authored
Update Qt version from 6.7.1 to 6.7.3 in build.yml
Changed to latest available adjusted qt 6 working on win 8
1 parent 319277c commit fdfc6af

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)