From 8d898c405c65afddcdf01b8dd6c0677005d182dd Mon Sep 17 00:00:00 2001 From: andreatramacere Date: Tue, 17 Dec 2024 08:42:06 +0100 Subject: [PATCH] update mac os wf and req --- .github/workflows/test-conda-workflow.yml | 6 +++--- .github/workflows/test-pip-workflow.yml | 6 +++--- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-conda-workflow.yml b/.github/workflows/test-conda-workflow.yml index 2820d4d5..5e9a7596 100644 --- a/.github/workflows/test-conda-workflow.yml +++ b/.github/workflows/test-conda-workflow.yml @@ -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" @@ -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" @@ -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" diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index 666abb9f..9523d3ac 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -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" @@ -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" @@ -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" diff --git a/requirements.txt b/requirements.txt index bcec690c..bb2b9411 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,4 +15,4 @@ tqdm<5 jupyter ipython dill -swig>=4 \ No newline at end of file +swig>=4