From c934cbfae91c15511639771fe8c6fc66352005f5 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Tue, 22 Feb 2022 13:47:35 +0300 Subject: Fix Windows CI Change-Id: I982d647067155820ae51b707aa4b303ee64fe4ff Reviewed-by: Christian Kandeler --- .github/workflows/main.yml | 6 +++--- 1 file 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: -- cgit v1.2.3