Skip to content

Commit 6ab581f

Browse files
committed
CI use macos-latest
1 parent b42f21b commit 6ab581f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
52+
os: [ubuntu-latest, windows-latest, macos-latest]
5353
runs-on: ${{ matrix.os }}
5454
needs: test
5555
steps:
@@ -61,7 +61,7 @@ jobs:
6161
CIBW_SKIP: pp* *i686* *win32 *musllinux* *-macosx_universal2 *-win_arm64 *-manylinux_ppc64le *-manylinux_s390x
6262
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
6363
CIBW_ARCHS_LINUX: auto64
64-
CIBW_ARCHS_MACOS: x86_64 arm64
64+
CIBW_ARCHS_MACOS: auto64
6565
CIBW_ARCHS_WINDOWS: auto64
6666
CIBW_BEFORE_ALL_LINUX: yum install -y ninja-build python3-devel
6767
CIBW_BEFORE_ALL_WINDOWS: choco install ninja

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastcan"
3-
version = "0.1.32"
3+
version = "0.1.33"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "[email protected]" },

0 commit comments

Comments
 (0)