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 }}
|
||||
path: bin/${{ matrix.config }}/
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2019
|
||||
strategy:
|
||||
matrix:
|
||||
config: [debug, release]
|
||||
|
Reference in New Issue
Block a user