summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2022-02-22 13:47:35 +0300
committerChristian Kandeler <christian.kandeler@qt.io>2022-02-24 14:29:20 +0000
commitc934cbfae91c15511639771fe8c6fc66352005f5 (patch)
tree3ed5171ab7a2b1f90f2d2a89e6f9a9f7c5cec98e
parent7d83ab5bdf8026b142da22d5fa2627f405c1bca9 (diff)
downloadqbs-c934cbfae91c15511639771fe8c6fc66352005f5.tar.gz
Fix Windows CI
Change-Id: I982d647067155820ae51b707aa4b303ee64fe4ff Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 02e998dc9..bacf90555 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -177,7 +177,7 @@ jobs:
build-windows:
name: Build on Windows
- runs-on: windows-latest
+ runs-on: windows-2022
timeout-minutes: 60
env:
BUILD_OPTIONS: |
@@ -238,7 +238,7 @@ jobs:
build-windows-mingw:
name: Build on Windows (MinGW)
- runs-on: windows-latest
+ runs-on: windows-2022
timeout-minutes: 60
env:
BUILD_OPTIONS: |
@@ -708,7 +708,7 @@ jobs:
test-windows:
name: ${{ matrix.config.name }}
- runs-on: windows-latest
+ runs-on: windows-2019
timeout-minutes: 60
needs: build-windows
strategy: