From c5e1777e8393f8673e56286ae99c78eebf8403ad Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 15 Jun 2021 21:13:52 +0300 Subject: workflows/test: reorder windows images --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28011ff..907f851 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,13 +13,13 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, windows-2016] + os: [windows-2016, windows-2019] arch: [x86, x64] include: # Prettier run names. - - {os: windows-2019, name: VS 2019} - {os: windows-2016, name: VS 2017} + - {os: windows-2019, name: VS 2019} runs-on: '${{ matrix.os }}' -- cgit v1.2.3