From 6ab581f8b6e64b795b5a8b6adfda35670242f4dd Mon Sep 17 00:00:00 2001 From: SIKAI ZHANG <34108862+MatthewSZhang@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:37:30 +0800 Subject: [PATCH] CI use macos-latest --- .github/workflows/ci.yml | 4 ++-- pixi.lock | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ae3924..10e2f72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} needs: test steps: @@ -61,7 +61,7 @@ jobs: CIBW_SKIP: pp* *i686* *win32 *musllinux* *-macosx_universal2 *-win_arm64 *-manylinux_ppc64le *-manylinux_s390x CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9" CIBW_ARCHS_LINUX: auto64 - CIBW_ARCHS_MACOS: x86_64 arm64 + CIBW_ARCHS_MACOS: auto64 CIBW_ARCHS_WINDOWS: auto64 CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel CIBW_BEFORE_ALL_WINDOWS: choco install ninja diff --git a/pixi.lock b/pixi.lock index 45ed6c0..3d164ea 100644 --- a/pixi.lock +++ b/pixi.lock @@ -1392,9 +1392,9 @@ packages: requires_python: '>=3.9' - kind: pypi name: fastcan - version: 0.1.32 + version: 0.1.33 path: . - sha256: ef99f4363058f5a803ea66d1698021392eeec17441495ca1e236429080d56d26 + sha256: 9bd44044c2ea6d2c6b237dd7d963f63a2c90d3ba565113f095e5f4122363baf8 requires_dist: - scikit-learn>=1.5.0,<1.6 - pytest ; extra == 'test' diff --git a/pyproject.toml b/pyproject.toml index cf918c0..e7ea866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastcan" -version = "0.1.32" +version = "0.1.33" description = "A fast canonical-correlation-based feature selection method" authors = [ { name = "Matthew Sikai Zhang", email = "matthew.szhang91@gmail.com" },