Skip to content

Commit

Permalink
Remove S4 installation completely for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Mar 11, 2024
1 parent f36513b commit bdb2add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_unit_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt install -y gfortran ngspice python3-tk libboost-all-dev libopenblas-dev libfftw3-dev libsuitesparse-dev
- name: Install system dependencies in MacOS
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-14'
run: |
brew reinstall gfortran
brew install ngspice boost suite-sparse
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-14, windows-latest]
python-version: ["3.10", "3.11", "3.12"]

steps:
Expand All @@ -135,7 +135,7 @@ jobs:
sudo apt install -y gfortran ngspice python3-tk libboost-all-dev libopenblas-dev libfftw3-dev libsuitesparse-dev
- name: Install system dependencies in MacOS
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-14'
run: |
brew reinstall gfortran
brew install ngspice boost suite-sparse
Expand Down

0 comments on commit bdb2add

Please sign in to comment.