aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ctrlaltca2025-07-17 13:26:45 +0200
committerGravatar GitHub2025-07-17 13:26:45 +0200
commit735c673d8865e3abfe1d9505af5f107306bb82d3 (patch)
tree8337a96387dfd33bb197cac7796768e63faa9f16 /.github
parentKviControlCodes: fix compilation with Qt >= 6.9 (#2705) (diff)
downloadKVIrc-735c673d8865e3abfe1d9505af5f107306bb82d3.tar.gz
KVIrc-735c673d8865e3abfe1d9505af5f107306bb82d3.tar.bz2
KVIrc-735c673d8865e3abfe1d9505af5f107306bb82d3.zip
Adapt to Qt 6.9 deprecations (#2706)
* Adapt to Qt 6.9 deprecations * Windows 2019 images are no more available no github, switch to 2022 * Wordaround Qt5 missing QTimezone::UTC
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_windows_qt5.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_windows_qt5.yml b/.github/workflows/build_windows_qt5.yml
index 9906e42d2..4a7df2222 100644
--- a/.github/workflows/build_windows_qt5.yml
+++ b/.github/workflows/build_windows_qt5.yml
@@ -14,8 +14,8 @@ on:
jobs:
build-windows-qt5:
- runs-on: windows-2019
- # https://github.com/actions/runner-images/blob/main/images/windows/Windows2019-Readme.md
+ runs-on: windows-2022
+ # https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md
steps:
- name: Checkout