Skip to content

Commit 1c91658

Browse files
committed
CI: Build on macos
1 parent ef3de69 commit 1c91658

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/CI.yml

+4-5
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)