mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-15 18:36:17 +00:00
Merge pull request #5174 from YosysHQ/micko/windows_action
Update CI, windows-2019 is deprecated
This commit is contained in:
commit
e0747b71b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/extra-builds.yml
vendored
2
.github/workflows/extra-builds.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
|
|
||||||
vs-build:
|
vs-build:
|
||||||
name: Visual Studio build
|
name: Visual Studio build
|
||||||
runs-on: windows-2019
|
runs-on: windows-latest
|
||||||
needs: [vs-prep, pre_job]
|
needs: [vs-prep, pre_job]
|
||||||
if: needs.pre_job.outputs.should_skip != 'true'
|
if: needs.pre_job.outputs.should_skip != 'true'
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue