diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-12-06 15:56:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-06 15:56:48 +0200 |
commit | 0749f5730ce51b07d01ed6664d7d18dc7ef20dbd (patch) | |
tree | b97bdf5719ea716b1b3a2b87011b69fc996c79b2 | |
parent | fefe3309c8253726d37c184137a2e058a14b12cc (diff) | |
parent | 86213003a50c2a91ac25dfa8bd93c875d46baf2b (diff) | |
download | numpy-0749f5730ce51b07d01ed6664d7d18dc7ef20dbd.tar.gz |
Merge pull request #20524 from h-vetinari/vs2019
CI: make sure CI stays on VS2019 unless changed explicitly
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9d2973b59..9e65f9a20 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -230,7 +230,7 @@ stages: - job: Windows pool: - vmImage: 'windows-latest' + vmImage: 'windows-2019' strategy: maxParallel: 6 matrix: |