We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a601a23 commit da95b4fCopy full SHA for da95b4f
.github/workflows/macos.yml
@@ -8,15 +8,15 @@ jobs:
8
runs-on: macos-latest
9
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
13
- name: setup python
14
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
15
with:
16
- python-version: 3.11
+ python-version: 3.12
17
18
- 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
+ run: brew install cmake boost pcre gmp python3 pkgconfig gtkmm3 adwaita-icon-theme && python3 -m pip install sympy gmpy2 numpy
20
21
- name: configure
22
run: mkdir build && cd build && cmake -DENABLE_MATHEMATICA=OFF ..
0 commit comments