diff options
| author | H. Vetinari <h.vetinari@gmx.com> | 2021-12-06 23:25:08 +1100 |
|---|---|---|
| committer | H. Vetinari <h.vetinari@gmx.com> | 2021-12-06 23:25:08 +1100 |
| commit | 86213003a50c2a91ac25dfa8bd93c875d46baf2b (patch) | |
| tree | b97bdf5719ea716b1b3a2b87011b69fc996c79b2 | |
| parent | fefe3309c8253726d37c184137a2e058a14b12cc (diff) | |
| download | numpy-86213003a50c2a91ac25dfa8bd93c875d46baf2b.tar.gz | |
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: |
