Skip to content

Commit

Permalink
update mac os wf and req
Browse files Browse the repository at this point in the history
  • Loading branch information
andreatramacere committed Dec 17, 2024
1 parent a7b167c commit 8d898c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-conda-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macOS-12
- os: macOS-14
name: macOS-x86_64
cpython-version: 39
python-version: "3.9"
Expand All @@ -61,7 +61,7 @@ jobs:
cibw_manylinux: manylinux2014
cibw_arch: x86_64

- os: macOS-12
- os: macOS-14
name: macOS-x86_64
cpython-version: 310
python-version: "3.10"
Expand All @@ -77,7 +77,7 @@ jobs:
cibw_arch: x86_64


- os: macOS-12
- os: macOS-14
name: macOS-x86_64
cpython-version: 311
python-version: "3.11"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pip-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macOS-12
- os: macOS-14
name: macOS-x86_64
cpython-version: 39
python-version: "3.9"
Expand All @@ -60,7 +60,7 @@ jobs:
cibw_manylinux: manylinux2014
cibw_arch: x86_64

- os: macOS-12
- os: macOS-14
name: macOS-x86_64
cpython-version: 310
python-version: "3.10"
Expand All @@ -76,7 +76,7 @@ jobs:
cibw_arch: x86_64


- os: macOS-12
- os: macOS-14
name: macOS-x86_64
cpython-version: 311
python-version: "3.11"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tqdm<5
jupyter
ipython
dill
swig>=4
swig>=4

0 comments on commit 8d898c4

Please sign in to comment.