Skip to content

Commit a6420fa

Browse files
committed
Cleanups and update of VS action
1 parent 29c7029 commit a6420fa

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/test-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
CC: clang
1717
strategy:
1818
matrix:
19-
os: [ubuntu-20.04, macos-13]
19+
os: [ubuntu-22.04, macos-13]
2020
fail-fast: false
2121
steps:
2222
- name: Checkout Yosys
@@ -58,7 +58,7 @@ jobs:
5858
CC: clang
5959
strategy:
6060
matrix:
61-
os: [ubuntu-20.04, macos-13]
61+
os: [ubuntu-22.04, macos-13]
6262
fail-fast: false
6363
steps:
6464
- name: Checkout Yosys
@@ -125,7 +125,7 @@ jobs:
125125
CC: clang
126126
strategy:
127127
matrix:
128-
os: [ubuntu-20.04]
128+
os: [ubuntu-22.04]
129129
fail-fast: false
130130
steps:
131131
- name: Checkout Yosys

.github/workflows/vs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: unzip
2626
run: unzip yosys-win32-vcxsrc-latest.zip
2727
- name: setup-msbuild
28-
uses: microsoft/setup-msbuild@v1
28+
uses: microsoft/setup-msbuild@v2
2929
- name: MSBuild
3030
working-directory: yosys-win32-vcxsrc-latest
3131
run: msbuild YosysVS.sln /p:PlatformToolset=v142 /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.17763.0

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ __pycache__
4646
/tests/unit/bintest/
4747
/tests/unit/objtest/
4848
/tests/ystests
49-
/build

0 commit comments

Comments
 (0)