Skip to content

Remove macOS 15 Intel target from build_dist.yml#14

Merged
JeremieGince merged 1 commit into
mainfrom
dev
Jun 22, 2026
Merged

Remove macOS 15 Intel target from build_dist.yml#14
JeremieGince merged 1 commit into
mainfrom
dev

Conversation

@JeremieGince

@JeremieGince JeremieGince commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Description

This pull request updates the build matrix in the GitHub Actions workflow to remove support for building on Intel-based macOS runners. The workflow will now only build for ARM-based macOS, Windows, and Linux targets.

Build matrix update:

  • Removed the macos-15-intel runner and its associated macos-x86_64 build target from the GitHub Actions workflow, so builds will no longer run on Intel-based macOS environments. (.github/workflows/build_dist.yml)

Checklist

Please complete the following checklist when submitting a PR. The PR will not be reviewed until all items are checked.

  • All new features include a unit test.
    Make sure that the tests passed and the coverage is
    sufficient by running
    uv run pytest --session-timeout=600.
  • All new functions and code are clearly documented.
  • The code passes all pre-commit hooks.
    You can do this by running uvx pre-commit run --all-files.
  • The code is type-checked using Mypy.
    You can do this by running uv run mypy src tests.

@JeremieGince JeremieGince merged commit bd4a54e into main Jun 22, 2026
6 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
275 275 100% 98% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 58b8f9e by action🐍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant