mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
.github use windows-2019 for building
This should fix the failures that started today.
This commit is contained in:
parent
f20ae123a3
commit
cffb10188a
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue