Use windows 2019
This commit is contained in:
8
.github/workflows/build-uc2.yml
vendored
8
.github/workflows/build-uc2.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- {
|
- {
|
||||||
os: windows-latest,
|
os: windows-2019,
|
||||||
arch: x64,
|
arch: x64,
|
||||||
python-arch: x64,
|
python-arch: x64,
|
||||||
python-ver: '3.8',
|
python-ver: '3.8',
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
generators: 'Ninja'
|
generators: 'Ninja'
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
os: windows-latest,
|
os: windows-2019,
|
||||||
arch: x64,
|
arch: x64,
|
||||||
python-arch: x64,
|
python-arch: x64,
|
||||||
python-ver: '3.8',
|
python-ver: '3.8',
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
generators: 'Ninja'
|
generators: 'Ninja'
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
os: windows-latest,
|
os: windows-2019,
|
||||||
arch: x64,
|
arch: x64,
|
||||||
python-arch: x64,
|
python-arch: x64,
|
||||||
python-ver: '3.8',
|
python-ver: '3.8',
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
generators: 'Visual Studio 16 2019'
|
generators: 'Visual Studio 16 2019'
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
os: windows-latest,
|
os: windows-2019,
|
||||||
arch: x86,
|
arch: x86,
|
||||||
python-arch: x86,
|
python-arch: x86,
|
||||||
python-ver: '3.8',
|
python-ver: '3.8',
|
||||||
|
|||||||
Reference in New Issue
Block a user