File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ jobs:
263263
264264 debug :
265265 name : Check Debug build
266- runs-on : ubuntu -latest
266+ runs-on : macos -latest
267267 steps :
268268 - uses : actions/checkout@v3
269269 with :
@@ -275,7 +275,6 @@ jobs:
275275 create-args : >-
276276 python=3.10
277277 bison=3.4
278- clang
279278
280279 - uses : hendrikmuhs/ccache-action@main
281280 with :
@@ -287,7 +286,7 @@ jobs:
287286 run : |
288287 ./build0.sh
289288 export CXXFLAGS="-Werror"
290- cmake . -GNinja \
289+ cmake . \
291290 -DCMAKE_BUILD_TYPE=Debug \
292291 -DWITH_LLVM=yes \
293292 -DLFORTRAN_BUILD_ALL=yes \
@@ -311,7 +310,7 @@ jobs:
311310
312311 release :
313312 name : Check Release build
314- runs-on : ubuntu -latest
313+ runs-on : macos -latest
315314 steps :
316315 - uses : actions/checkout@v3
317316 with :
@@ -334,7 +333,7 @@ jobs:
334333 run : |
335334 ./build0.sh
336335 export CXXFLAGS="-Werror"
337- cmake . -GNinja \
336+ cmake . \
338337 -DCMAKE_BUILD_TYPE=Release \
339338 -DWITH_LLVM=yes \
340339 -DLFORTRAN_BUILD_ALL=yes \
You can’t perform that action at this time.
0 commit comments