summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-10-24 14:56:14 -0700
committerBert Belder <bertbelder@gmail.com>2019-10-24 15:47:27 -0700
commit2270abbc448c31c958d78ec55714392f77c13472 (patch)
tree6c8bce3110c6c104a60ab4884646e142a05f226b
parentbe8777de194a74c920ac3350b8c1f49888799c04 (diff)
Use windows-2019 image in Github Actions (#3198)
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
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'