From 2270abbc448c31c958d78ec55714392f77c13472 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 24 Oct 2019 14:56:14 -0700 Subject: Use windows-2019 image in Github Actions (#3198) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c1627ba4..c87c200e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,20 +9,20 @@ jobs: timeout-minutes: 60 strategy: matrix: - os: [macOS-10.14, windows-2016, ubuntu-16.04] + os: [macOS-10.14, windows-2019, ubuntu-16.04] kind: ['test', 'test_debug', 'test_std', 'bench', 'lint'] exclude: - - os: windows-2016 + - os: windows-2019 kind: 'bench' - os: macOS-10.14 kind: 'bench' - - os: windows-2016 + - os: windows-2019 kind: 'lint' - os: macOS-10.14 kind: 'lint' - - os: windows-2016 + - os: windows-2019 kind: 'test_debug' - os: macOS-10.14 kind: 'test_debug' -- cgit v1.2.3