Skip to content

Commit bab9805

Browse files
committed
ci:macos: hint gfortran-10 needed
1 parent dc78e5a commit bab9805

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v2
3232

33-
- run: cmake --preset=make
33+
- run: cmake --preset=makegcc10
3434
- run: cmake --build build --parallel
3535
- run: ctest --parallel 2 --output-on-failure
3636
working-directory: build

.github/workflows/ci_meson.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424

2525
macos:
2626
runs-on: macos-latest
27+
env:
28+
CC: gcc-10
29+
CXX: g++-10
30+
FC: gfortran-10
31+
2732
steps:
2833
- uses: actions/checkout@v2
2934
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)