From 18274447af0d994ca45129db66cbf922a525d6e3 Mon Sep 17 00:00:00 2001 From: silverqx Date: Tue, 11 Jun 2024 18:04:47 +0200 Subject: [PATCH] workflows updated comment --- .github/workflows/msvc2022-qt6-drivers.yml | 2 +- .github/workflows/msys2-ucrt64-drivers.yml | 2 +- .github/workflows/vcpkg-windows-drivers.yml | 2 +- .github/workflows/vcpkg-windows.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/msvc2022-qt6-drivers.yml b/.github/workflows/msvc2022-qt6-drivers.yml index 31febafcb..dbd61a029 100644 --- a/.github/workflows/msvc2022-qt6-drivers.yml +++ b/.github/workflows/msvc2022-qt6-drivers.yml @@ -27,7 +27,7 @@ jobs: build: name: cmake build / ctest - # Self-hosted runner is Windows 11 (Release Preview channel - 23H2) + # Self-hosted runner is Windows 11 (Release Preview channel - 24H2) runs-on: [ self-hosted, windows ] strategy: diff --git a/.github/workflows/msys2-ucrt64-drivers.yml b/.github/workflows/msys2-ucrt64-drivers.yml index d17b608de..ac5693b1d 100644 --- a/.github/workflows/msys2-ucrt64-drivers.yml +++ b/.github/workflows/msys2-ucrt64-drivers.yml @@ -28,7 +28,7 @@ jobs: build: name: cmake build / ctest - # Self-hosted runner is Windows 11 (Release Preview channel - 23H2) + # Self-hosted runner is Windows 11 (Release Preview channel - 24H2) runs-on: [ self-hosted, windows ] strategy: diff --git a/.github/workflows/vcpkg-windows-drivers.yml b/.github/workflows/vcpkg-windows-drivers.yml index 9bbb597a7..8dbc66db7 100644 --- a/.github/workflows/vcpkg-windows-drivers.yml +++ b/.github/workflows/vcpkg-windows-drivers.yml @@ -17,7 +17,7 @@ jobs: vcpkg-windows-tinydrivers: name: Vcpkg Windows TinyDrivers - # Self-hosted runner is Windows 11 (Release Preview channel - 23H2) + # Self-hosted runner is Windows 11 (Release Preview channel - 24H2) runs-on: [ self-hosted, windows ] strategy: diff --git a/.github/workflows/vcpkg-windows.yml b/.github/workflows/vcpkg-windows.yml index e8f2ae30a..2d85cb980 100644 --- a/.github/workflows/vcpkg-windows.yml +++ b/.github/workflows/vcpkg-windows.yml @@ -21,7 +21,7 @@ jobs: vcpkg-windows: name: Vcpkg Windows - # Self-hosted runner is Windows 11 (Release Preview channel - 23H2) + # Self-hosted runner is Windows 11 (Release Preview channel - 24H2) runs-on: [ self-hosted, windows ] strategy: