Use windows-2019 instead of windows-lastest (temporarily)
This commit is contained in:
parent
e43784f6f2
commit
dceedcd639
2
.github/workflows/ci-workflow.yml
vendored
2
.github/workflows/ci-workflow.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
name: premake-macosx-${{ matrix.platform }}
|
name: premake-macosx-${{ matrix.platform }}
|
||||||
path: bin/${{ matrix.config }}/
|
path: bin/${{ matrix.config }}/
|
||||||
windows:
|
windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-2019
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config: [debug, release]
|
config: [debug, release]
|
||||||
|
Reference in New Issue
Block a user