Skip to content

Commit

Permalink
Update make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn authored Nov 29, 2022
1 parent 1f1731c commit 1e424d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
run: sudo apt-get install -y ${{ matrix.packages }}

- name: Install packages
if: matrix.runs_on == 'macos-latest'
if: matrix.runs_on == 'macos-11' || matrix.runs_on == 'macos-12'
run: brew tap ${{ matrix.taps }} && brew install ${{ matrix.packages }}

- name: Install F2C
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
run: make install

- name: Fix dylib names
if: matrix.name == 'macos-gfortran'
if: matrix.runs_on == 'macos-11' || matrix.runs_on == 'macos-12'
run: |
cd lib
install_name_tool -id $PWD/libsme.dylib libsme.dylib
Expand All @@ -234,7 +234,7 @@ jobs:
cp -v $(readlink -f $(make -s flib_source)) $(make -s flib_target)
- name: Copy libgfortran
if: matrix.name == 'macos-gfortran'
if: matrix.runs_on == 'macos-11' || matrix.runs_on == 'macos-12'
run: |
make -s flib_source
make -s flib_target
Expand Down

0 comments on commit 1e424d5

Please sign in to comment.