Skip to content

Commit d3deda1

Browse files
authored
Update mac.yml
1 parent 7920364 commit d3deda1

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/mac.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
name: 'Test on MacOS'
1+
# name: 'Test on MacOS'
22

3-
on:
4-
push:
5-
pull_request:
6-
workflow_dispatch:
3+
# on:
4+
# push:
5+
# pull_request:
6+
# workflow_dispatch:
77

8-
jobs:
9-
self:
10-
name: Mac Runner
11-
runs-on: macos-latest
12-
if: github.repository == 'Comp-Physics/RBC3D'
13-
continue-on-error: true
14-
steps:
15-
- name: Checkout
16-
uses: actions/checkout@v4
8+
# jobs:
9+
# self:
10+
# name: Mac Runner
11+
# runs-on: macos-latest
12+
# if: github.repository == 'Comp-Physics/RBC3D'
13+
# continue-on-error: true
14+
# steps:
15+
# - name: Checkout
16+
# uses: actions/checkout@v4
1717

18-
- name: Build Packages
19-
run: |
20-
set -x
21-
brew install gcc mpich gfortran pkg-config
22-
ln -s /opt/homebrew/bin/gfortran-14 /usr/local/bin/gfortran
23-
./rbc.sh install-mac
18+
# - name: Build Packages
19+
# run: |
20+
# set -x
21+
# brew install gcc mpich gfortran pkg-configa
22+
# ln -s /opt/homebrew/bin/gfortran-14 /usr/local/bin/gfortran
23+
# ./rbc.sh install-mac
2424

25-
- name: Compile Cases
26-
run: |
27-
set -e -x
28-
export PETSC_DIR=`pwd`/packages/petsc-3.21.3
29-
export PETSC_ARCH=arch-darwin-c-opt
30-
mkdir build
31-
cd build
32-
cmake ..
33-
make
34-
echo "/common and all cases in /examples compiled successfully!"
25+
# - name: Compile Cases
26+
# run: |
27+
# set -e -x
28+
# export PETSC_DIR=`pwd`/packages/petsc-3.21.3
29+
# export PETSC_ARCH=arch-darwin-c-opt
30+
# mkdir build
31+
# cd build
32+
# cmake ..
33+
# make
34+
# echo "/common and all cases in /examples compiled successfully!"
3535

0 commit comments

Comments
 (0)