Skip to content

Commit

Permalink
Update and cleanup macos github runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 4, 2024
1 parent a601a23 commit da95b4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: get dependencies
run: brew install cmake boost pcre gmp python3 pkgconfig gtkmm3 adwaita-icon-theme && /usr/local/bin/python3 -m pip install sympy gmpy2 numpy
run: brew install cmake boost pcre gmp python3 pkgconfig gtkmm3 adwaita-icon-theme && python3 -m pip install sympy gmpy2 numpy

- name: configure
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
Expand Down

0 comments on commit da95b4f

Please sign in to comment.