Skip to content

Commit da95b4f

Browse files
author
Kasper Peeters
committed
Update and cleanup macos github runner.
1 parent a601a23 commit da95b4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: macos-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

1313
- name: setup python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.11
16+
python-version: 3.12
1717

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

2121
- name: configure
2222
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..

0 commit comments

Comments
 (0)