.github use windows-2019 for building

This should fix the failures that started today.
This commit is contained in:
derrod 2022-01-26 17:18:02 +01:00
parent f20ae123a3
commit cffb10188a

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04', 'windows-latest', 'macos-11']
os: ['ubuntu-20.04', 'windows-2019', 'macos-11']
fail-fast: false
max-parallel: 3