Skip to content

Test if windows-2019 passes CI #973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
cc: clang
cxx: clang++

- name: Windows 2022 (MSVC) Qt5
os: windows-2022
- name: Windows 2019 (MSVC) Qt5
os: windows-2019
qt_version: 5
vcpkg: on
# Use a short buildtrees root for building vcpkg
Expand All @@ -151,8 +151,8 @@ jobs:
cxx: cl
# The D drive runs out of space when building dependencies with vcpkg.
workspace: C:\cxx-qt
- name: Windows 2022 (MSVC) Qt6
os: windows-2022
- name: Windows 2019 (MSVC) Qt6
os: windows-2019
qt_version: 6
vcpkg: on
# Use a short buildtrees root for building vcpkg
Expand Down
Loading