3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-14 18:06:16 +00:00

Merge pull request #5174 from YosysHQ/micko/windows_action

Update CI, windows-2019 is deprecated
This commit is contained in:
Miodrag Milanović 2025-06-10 08:06:38 +02:00 committed by GitHub
commit e0747b71b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ jobs:
vs-build:
name: Visual Studio build
runs-on: windows-2019
runs-on: windows-latest
needs: [vs-prep, pre_job]
if: needs.pre_job.outputs.should_skip != 'true'
steps: