summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2022-07-25 08:56:52 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2022-08-08 10:27:46 +0000
commit410663de171a2db695bd17075042ee8a7372a890 (patch)
treee1c5a51653fb2b29755ed494b264cf3fed29ed7a /.github/workflows/main.yml
parentcd04c9aaf0a9f9b2a852eb38fdc8164d125570b4 (diff)
downloadqbs-410663de171a2db695bd17075042ee8a7372a890.tar.gz
GitHub actions: Update Windows jobs
Change-Id: I22bee562fd134ff128a73448ac06878cb2357811 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1c513cade..f3ab462c9 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -708,7 +708,7 @@ jobs:
test-windows:
name: ${{ matrix.config.name }}
- runs-on: windows-2019
+ runs-on: windows-2022
timeout-minutes: 60
needs: build-windows
strategy:
@@ -716,18 +716,18 @@ jobs:
matrix:
config:
- {
- name: 'Run Windows tests (MSVC 2019)',
+ name: 'Run Windows tests (MSVC 2022)',
target: 'desktop',
toolchain: 'win64_msvc2019_64',
- testProfile: 'MSVC2019-x64',
+ testProfile: 'MSVC2022-x64',
qtVersion: '5.15.2',
script: './scripts/test-qbs.sh',
}
- {
- name: 'Run Windows tests (MSVC 2019, Qt 6.0.2)',
+ name: 'Run Windows tests (MSVC 2022, Qt 6.0.2)',
target: 'desktop',
toolchain: 'win64_msvc2019_64',
- testProfile: 'MSVC2019-x64',
+ testProfile: 'MSVC2022-x64',
qtVersion: '6.0.2',
script: './scripts/test-qt.sh',
}