42
42
run : |
43
43
make -C lib/cbmc/src minisat2-download
44
44
- name : Build with make
45
- run : make -C src -j2 CXX="ccache g++"
45
+ run : make -C src -j4 CXX="ccache g++"
46
46
- name : Run the ebmc tests with SAT
47
47
run : make -C regression/ebmc test
48
48
- name : Run the ebmc tests with Z3
94
94
run : |
95
95
make -C lib/cbmc/src minisat2-download
96
96
- name : Build with make
97
- run : |
98
- make CXX="ccache clang++" -C src -j2
97
+ run : make CXX="ccache clang++" -C src -j4
99
98
- name : Run the ebmc tests with SAT
100
99
run : make -C regression/ebmc test
101
100
- name : Run the ebmc tests with Z3
@@ -141,7 +140,7 @@ jobs:
141
140
- name : Get minisat
142
141
run : make -C lib/cbmc/src minisat2-download
143
142
- name : Build with make
144
- run : make CXX="ccache g++ -Wno-class-memaccess" LIBS="-lstdc++fs" -C src -j2
143
+ run : make CXX="ccache g++ -Wno-class-memaccess" LIBS="-lstdc++fs" -C src -j4
145
144
- name : Run the ebmc tests with SAT
146
145
run : |
147
146
rm regression/ebmc/neural-liveness/counter1.desc
@@ -152,14 +151,14 @@ jobs:
152
151
run : ccache -s
153
152
154
153
# This job takes approximately 20 minutes
155
- check-macos-12 -make-clang :
156
- runs-on : macos-12
154
+ check-macos-14 -make-clang :
155
+ runs-on : macos-14
157
156
steps :
158
157
- uses : actions/checkout@v4
159
158
with :
160
159
submodules : recursive
161
160
- name : Fetch dependencies
162
- run : brew install flex bison ccache z3
161
+ run : brew install bison ccache z3
163
162
- name : Confirm z3 solver is available and log the version installed
164
163
run : z3 --version
165
164
- name : Prepare ccache
@@ -180,7 +179,7 @@ jobs:
180
179
- name : Get minisat
181
180
run : make -C lib/cbmc/src minisat2-download
182
181
- name : Build with make
183
- run : make YACC="/usr/local /opt/bison/bin/bison" CXX="ccache clang++" -C src -j2
182
+ run : make YACC="/opt/homebrew /opt/bison/bin/bison" CXX="ccache clang++" -C src -j3
184
183
- name : Run the ebmc tests with SAT
185
184
run : make -C regression/ebmc test
186
185
- name : Run the ebmc tests with Z3
0 commit comments