Skip to content

Commit 4821bfc

Browse files
committed
ci: pin to windows-2025, instead of windows-latest
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 83f53f0 commit 4821bfc

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/build-release-qt6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
build-windows:
265265
name: "🧊 Windows Server Latest"
266266
needs: create_release
267-
runs-on: windows-latest
267+
runs-on: windows-2025
268268
env:
269269
# Qt 6.5 windeployqt doesn't deploy DLLs!
270270
QT_VERSION: 6.6.1

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
name: "🧊 Windows Qt 5.15.2"
318318
needs: create_release
319319
# https://github.com/pbek/QOwnNotes/issues/2558 error on windows-2022!
320-
runs-on: windows-latest
320+
runs-on: windows-2025
321321
env:
322322
QT_VERSION: 5.15.2
323323
continue-on-error: true

.github/workflows/build-test.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
os: [ubuntu-latest, macos-latest, windows-latest]
40+
os: [ubuntu-latest, macos-latest, windows-2025]
4141
# Linux: https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/
4242
# macOS: https://download.qt.io/online/qtsdkrepository/mac_x64/desktop/
4343
# Windows: https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/
@@ -58,21 +58,21 @@ jobs:
5858
- os: ubuntu-latest
5959
qt-version: "5.9.9"
6060
# tests.exe not found
61-
- os: windows-latest
61+
- os: windows-2025
6262
qt-version: "5.9.9"
6363
# we want to do it Qt 6.2.0
64-
- os: windows-latest
64+
- os: windows-2025
6565
qt-version: "6.2.4"
6666
experimental: false
6767
# we want to do it with "experimental: true"
68-
- os: windows-latest
68+
- os: windows-2025
6969
qt-version: "6.4.3"
7070
experimental: false
7171
# we want to do it with "experimental: true"
72-
- os: windows-latest
72+
- os: windows-2025
7373
qt-version: "6.5.3"
7474
experimental: false
75-
# - os: windows-latest
75+
# - os: windows-2025
7676
# qt-version: '6.6.3'
7777
# experimental: false
7878
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225
@@ -90,13 +90,13 @@ jobs:
9090
qt-version: "6.6.3"
9191
experimental: false
9292
# Qt installation times out too often
93-
# - os: windows-latest
93+
# - os: windows-2025
9494
# qt-version: '5.13.2'
9595
# win64_mingw73 not found
96-
# - os: windows-latest
96+
# - os: windows-2025
9797
# qt-version: '5.15.0'
9898
# # qt.conf not found (https://github.com/jurplel/install-qt-action/issues/54)
99-
# - os: windows-latest
99+
# - os: windows-2025
100100
# qt-version: '5.15.1'
101101
# botan 32bit error
102102
include:
@@ -107,16 +107,16 @@ jobs:
107107
# qt-version: '6.3.0'
108108
# experimental: true
109109
# Other 6.2 releases didn't work
110-
# - os: windows-latest
110+
# - os: windows-2025
111111
# qt-version: '6.2.4'
112112
# experimental: true
113-
# - os: windows-latest
113+
# - os: windows-2025
114114
# qt-version: '6.4.3'
115115
# experimental: true
116-
# - os: windows-latest
116+
# - os: windows-2025
117117
# qt-version: '6.5.3'
118118
# experimental: true
119-
# - os: windows-latest
119+
# - os: windows-2025
120120
# qt-version: '6.6.3'
121121
# experimental: true
122122
# Qt6 builds of macOS are currently breaking because of the workaround for https://bugreports.qt.io/browse/QTBUG-117225

0 commit comments

Comments
 (0)