Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONFIG=apple and add CI test on macOS-11 #47

Merged
merged 9 commits into from
Aug 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
yomichi committed Aug 24, 2023
commit 50d3f5853cb6cadcca950904a255a91aed36fc6d
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ jobs:
shell: bash
run: |
if [ ${{ runner.os }} = "macOS" ] ; then
export CC=gcc-11
export FC=gfortran-11
cmake -Dconfig=apple -DCMAKE_VERBOSE_MAKEFILE=ON $GITHUB_WORKSPACE
else