Skip to content

Commit 71c0015

Browse files
authored
fixed #13785 - added windows-2025 (as latest Windows) to CI (danmar#7528)
1 parent 2074075 commit 71c0015

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

.github/workflows/CI-cygwin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
build_cygwin:
2525
strategy:
2626
matrix:
27-
os: [windows-2022]
27+
# only use the latest windows-* as the installed toolchain is identical
28+
os: [windows-2025]
2829
platform: [x86_64]
2930
include:
3031
- platform: 'x86_64'

.github/workflows/CI-mingw.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
build_mingw:
2525
strategy:
2626
matrix:
27-
# the MinGW installation in windows-2022 is not including all necessary packages by default, so just use the older image instead - package versions are he same
28-
os: [windows-2022]
27+
# only use the latest windows-* as the installed toolchain is identical
28+
os: [windows-2025]
2929
fail-fast: false
3030

3131
runs-on: ${{ matrix.os }}

.github/workflows/CI-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build_qt:
2727
strategy:
2828
matrix:
29-
os: [windows-2022]
29+
os: [windows-2022, windows-2025]
3030
qt_ver: [5.15.2, 6.8.2]
3131
fail-fast: false
3232

@@ -84,7 +84,7 @@ jobs:
8484
build:
8585
strategy:
8686
matrix:
87-
os: [windows-2022]
87+
os: [windows-2022, windows-2025]
8888
config: [debug, release]
8989
fail-fast: false
9090

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
build:
2323

24-
runs-on: windows-2022
24+
runs-on: windows-2025
2525
if: ${{ github.repository_owner == 'danmar' }}
2626

2727
env:

.github/workflows/scriptcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
dmake:
204204
strategy:
205205
matrix:
206-
os: [ubuntu-22.04, macos-13, windows-2022]
206+
os: [ubuntu-22.04, macos-13, windows-2025]
207207
fail-fast: false
208208

209209
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)