Skip to content

Commit

Permalink
WIP: github: try Windows 2019 for msvc-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen-kdab committed Jul 22, 2022
1 parent c87e254 commit 2144858
Showing 1 changed file with 4 additions and 4 deletions.
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 @@ -82,8 +82,8 @@ jobs:
cargo_dir: ~/.cargo
workspace: /Users/runner/cxx-qt

- name: Windows 2022 (MSVC) Qt5
os: windows-2022
- name: Windows 2019 (MSVC) Qt5
os: windows-2019
qt_version: 5
# FIXME: many tests fail to link
# https://github.com/KDAB/cxx-qt/issues/111
Expand All @@ -96,8 +96,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
# FIXME: many tests fail to link
# https://github.com/KDAB/cxx-qt/issues/111
Expand Down

0 comments on commit 2144858

Please sign in to comment.