Skip to content

Commit 27d3ca7

Browse files
committed
ci: revert back to 5.15.2
The 5.15.10 is not provided as binary release for open-source users.
1 parent 5e87c9c commit 27d3ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
qt_version: [5.15.10, 6.5.2]
14+
qt_version: [5.15.2, 6.5.2]
1515
os: [windows-latest, ubuntu-latest, macos-latest]
1616
steps:
1717
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
ISDIR: 'C:\Program Files (x86)\Inno Setup 6'
8686
strategy:
8787
matrix:
88-
qt_version: [5.15.10]
88+
qt_version: [5.15.2]
8989
os: [windows-latest]
9090
steps:
9191
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)