File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ jobs:
263
263
264
264
debug :
265
265
name : Check Debug build
266
- runs-on : ubuntu -latest
266
+ runs-on : macos -latest
267
267
steps :
268
268
- uses : actions/checkout@v3
269
269
with :
@@ -275,7 +275,6 @@ jobs:
275
275
create-args : >-
276
276
python=3.10
277
277
bison=3.4
278
- clang
279
278
280
279
- uses : hendrikmuhs/ccache-action@main
281
280
with :
@@ -287,7 +286,7 @@ jobs:
287
286
run : |
288
287
./build0.sh
289
288
export CXXFLAGS="-Werror"
290
- cmake . -GNinja \
289
+ cmake . \
291
290
-DCMAKE_BUILD_TYPE=Debug \
292
291
-DWITH_LLVM=yes \
293
292
-DLFORTRAN_BUILD_ALL=yes \
@@ -311,7 +310,7 @@ jobs:
311
310
312
311
release :
313
312
name : Check Release build
314
- runs-on : ubuntu -latest
313
+ runs-on : macos -latest
315
314
steps :
316
315
- uses : actions/checkout@v3
317
316
with :
@@ -334,7 +333,7 @@ jobs:
334
333
run : |
335
334
./build0.sh
336
335
export CXXFLAGS="-Werror"
337
- cmake . -GNinja \
336
+ cmake . \
338
337
-DCMAKE_BUILD_TYPE=Release \
339
338
-DWITH_LLVM=yes \
340
339
-DLFORTRAN_BUILD_ALL=yes \
You can’t perform that action at this time.
0 commit comments