Commit a6420fa 1 parent 29c7029 commit a6420fa Copy full SHA for a6420fa
File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 16
16
CC : clang
17
17
strategy :
18
18
matrix :
19
- os : [ubuntu-20 .04, macos-13]
19
+ os : [ubuntu-22 .04, macos-13]
20
20
fail-fast : false
21
21
steps :
22
22
- name : Checkout Yosys
58
58
CC : clang
59
59
strategy :
60
60
matrix :
61
- os : [ubuntu-20 .04, macos-13]
61
+ os : [ubuntu-22 .04, macos-13]
62
62
fail-fast : false
63
63
steps :
64
64
- name : Checkout Yosys
@@ -125,7 +125,7 @@ jobs:
125
125
CC : clang
126
126
strategy :
127
127
matrix :
128
- os : [ubuntu-20 .04]
128
+ os : [ubuntu-22 .04]
129
129
fail-fast : false
130
130
steps :
131
131
- name : Checkout Yosys
Original file line number Diff line number Diff line change 25
25
- name : unzip
26
26
run : unzip yosys-win32-vcxsrc-latest.zip
27
27
- name : setup-msbuild
28
- uses : microsoft/setup-msbuild@v1
28
+ uses : microsoft/setup-msbuild@v2
29
29
- name : MSBuild
30
30
working-directory : yosys-win32-vcxsrc-latest
31
31
run : msbuild YosysVS.sln /p:PlatformToolset=v142 /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.17763.0
Original file line number Diff line number Diff line change @@ -46,4 +46,3 @@ __pycache__
46
46
/tests /unit /bintest /
47
47
/tests /unit /objtest /
48
48
/tests /ystests
49
- /build
You can’t perform that action at this time.
0 commit comments